Skip to content

Commit

Permalink
check in busted code
Browse files Browse the repository at this point in the history
  • Loading branch information
dldf committed Feb 24, 2025
1 parent 6516665 commit 3a018cc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Binary file added __pycache__/example.cpython-313-pytest-8.3.4.pyc
Binary file not shown.
4 changes: 2 additions & 2 deletions example.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ def subtract(a, b):


# uncomment the following test in step 5
#def test_subtract():
# assert subtract(2, 3) == -1
def test_subtract():
assert subtract(2, 3) == -1

0 comments on commit 3a018cc

Please sign in to comment.