Skip to content

Commit e2810c8

Browse files
removed comments from test
1 parent 27ef846 commit e2810c8

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

tests/test_user_context.py

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1105,18 +1105,6 @@ def side_effect(*args, **kwargs):
11051105
['test_feature_in_rollout', 'test_feature_in_experiment'],
11061106
options
11071107
)
1108-
# mock_decide.assert_any_call(
1109-
# user_context,
1110-
# 'test_feature_in_experiment',
1111-
# options
1112-
# )
1113-
1114-
# mock_decide.assert_any_call(
1115-
# user_context,
1116-
# 'test_feature_in_rollout',
1117-
# options
1118-
# )
1119-
11201108
self.assertEqual(mocked_decision_1, decisions['test_feature_in_experiment'])
11211109

11221110
def test_decide_for_keys__default_options__with__options(self):

0 commit comments

Comments
 (0)