Skip to content

Commit 43d9501

Browse files
make test fail
1 parent de678ee commit 43d9501

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/calculator.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
class Calculator:
22

33
def add(x, y):
4-
return x + y
4+
return x + y + 1
55

66
def subtract(x, y):
77
return x - y

0 commit comments

Comments
 (0)