Skip to content

Commit 68708d9

Browse files
author
uzair-folio3
committed
Update test_condition.py
1 parent 4c471bd commit 68708d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/helpers_tests/test_condition.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -300,7 +300,7 @@ def test_compare_user_version_with_target_version_less_than_0(self):
300300
"and target version: {}".format(result,
301301
user_version,
302302
target_version)
303-
self.assertEquals(result, -1, custom_err_msg)
303+
self.assertEqual(result, -1, custom_err_msg)
304304

305305
def test_compare_invalid_user_version_with(self):
306306
semver_greater_than_2_0_condition_list = [['Android', "2.0", 'custom_attribute', 'semver_gt']]

0 commit comments

Comments
 (0)