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 4356e7a commit 3a5affbCopy full SHA for 3a5affb
test_hello.py
@@ -16,4 +16,4 @@ def teardown_function(function):
16
# assert add(test_hello_add.x) == 12
17
18
def test_hello_subtract():
19
- assert subtract(test_hello_subtract.x) = 11
+ assert subtract(test_hello_subtract.x) == 11
0 commit comments