We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7cdebd4 commit cd68b12Copy full SHA for cd68b12
example.py
@@ -6,4 +6,4 @@ def subtract(a, b):
6
7
def test_add():
8
assert add(1,2)==3
9
- # assert add(2,3)==0
+ assert add(2,3)==0
0 commit comments