Skip to content

Commit

Permalink
fixed pypy issue
Browse files Browse the repository at this point in the history
  • Loading branch information
msohailhussain committed Aug 24, 2020
1 parent b0254a1 commit a7e98eb
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions tests/helpers_tests/test_condition.py
Original file line number Diff line number Diff line change
Expand Up @@ -819,12 +819,6 @@ def test_greater_than_or_equal_int__returns_true__when_user_value_greater_than_o

self.assertStrictTrue(evaluator.evaluate(0))

evaluator = condition_helper.CustomAttributeConditionEvaluator(
gt_int_condition_list, {'meters_travelled': long(48)}, self.mock_client_logger,
)

self.assertStrictTrue(evaluator.evaluate(0))

def test_greater_than_or_equal_float__returns_true__when_user_value_greater_than_or_equal_condition_value(self,):

evaluator = condition_helper.CustomAttributeConditionEvaluator(
Expand Down

0 comments on commit a7e98eb

Please sign in to comment.