Skip to content

Commit

Permalink
nit. rename audience_Ids in a test case
Browse files Browse the repository at this point in the history
  • Loading branch information
oakbani committed Dec 11, 2018
1 parent 91b151b commit 8932b2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/helpers_tests/test_audience.py
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ def test_is_user_in_experiment__returns_False__when_condition_tree_evaluator_ret

self.assertStrictFalse(audience.is_user_in_experiment(self.project_config, experiment, user_attributes))

def test_is_user_in_experiment__evaluates_audience_Ids(self):
def test_is_user_in_experiment__evaluates_audienceIds(self):
""" Test that is_user_in_experiment correctly evaluates audience Ids and
calls custom attribute evaluator for leaf nodes. """

Expand Down

0 comments on commit 8932b2f

Please sign in to comment.