Skip to content

Commit

Permalink
last upload failed, retry
Browse files Browse the repository at this point in the history
  • Loading branch information
nora-codecov committed Nov 6, 2024
1 parent 9721dc0 commit 83d7f88
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions api/calculator/test_calculator.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
from .calculator import Calculator


def test_add():
assert Calculator.add(1, 2) == 3.0
assert Calculator.add(1.0, 2.0) == 3.0
Expand Down

0 comments on commit 83d7f88

Please sign in to comment.