Fixed the test
continuous-integration/drone/push Build is passing Details

main
KKlochko 2 years ago
parent 56acdea9c9
commit aa829a4e75

@ -14,7 +14,7 @@ def test_sum_wrong():
b = 2
s_wrong = 4
assert s_wrong == sum(a, b)
assert s_wrong != sum(a, b)
def test_mul():
a = 1

Loading…
Cancel
Save