Skip to content

Commit 4123ebb

Browse files
committed
original C1
1 parent 3f7fa27 commit 4123ebb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/test_calculator.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
from .calculator import Calculator
2-
2+
# hie
33

44
def test_add():
55
assert Calculator.add(2, 4) == 6.0

0 commit comments

Comments
 (0)