Skip to content

Commit 49d9ce7

Browse files
committed
Break the code
Test the tests.
1 parent 7fb3995 commit 49d9ce7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

calculator/calculator.py

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

44
def subtract(x, y):
5-
return x - y
5+
return x + y
66

77
def multiply(x, y):
88
return x * y

0 commit comments

Comments
 (0)