Skip to content

Commit aa88823

Browse files
authored
Fix test assertion for add function
1 parent 5f86dfc commit aa88823

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test_calc.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
from calc import add
22

33
def test_add():
4-
assert add(2, 3) == 7
4+
assert add(2, 3) == 6

0 commit comments

Comments
 (0)