Skip to content

Commit 16bb360

Browse files
committed
Break the code
Test the tests.
1 parent c3b7655 commit 16bb360

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

calculator/calculator.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
def add(x, y):
2-
return x + y
2+
return x - y
33

44
def subtract(x, y):
55
return x - y

0 commit comments

Comments
 (0)