Skip to content

Commit

Permalink
fix: update test
Browse files Browse the repository at this point in the history
  • Loading branch information
sighphyre committed Oct 30, 2023
1 parent 3d90d4f commit e5b63b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit_tests/test_features.py
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ def test_variant_metrics_are_reset(test_feature_variants):
def test_variant_metrics_with_existing_variant(test_feature_variants):
for iteration in range(1, 7):
test_feature_variants.get_variant({"userId": "2"})
assert test_feature_variants.variant_counts["VarB"] == iteration
assert test_feature_variants.variant_counts["VarC"] == iteration


def test_variant_metrics_with_disabled_feature(test_feature_variants):
Expand Down

0 comments on commit e5b63b4

Please sign in to comment.