Skip to content

Commit cd68b12

Browse files
committed
broke example.py with incorrect test
1 parent 7cdebd4 commit cd68b12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

example.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ def subtract(a, b):
66

77
def test_add():
88
assert add(1,2)==3
9-
# assert add(2,3)==0
9+
assert add(2,3)==0

0 commit comments

Comments
 (0)