Skip to content

Commit 1477307

Browse files
fix test
1 parent 43d9501 commit 1477307

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 + 1
4+
return x + y
55

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

0 commit comments

Comments
 (0)