Skip to content

Commit 3a5affb

Browse files
authored
Update test_hello.py
1 parent 4356e7a commit 3a5affb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test_hello.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@ def teardown_function(function):
1616
# assert add(test_hello_add.x) == 12
1717

1818
def test_hello_subtract():
19-
assert subtract(test_hello_subtract.x) = 11
19+
assert subtract(test_hello_subtract.x) == 11

0 commit comments

Comments
 (0)