Skip to content

Commit

Permalink
uncomment
Browse files Browse the repository at this point in the history
  • Loading branch information
SANGAY THINLEY authored and SANGAY THINLEY committed Sep 6, 2023
1 parent bb2f0a1 commit cb4041a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
6 changes: 2 additions & 4 deletions example.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +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
3 changes: 0 additions & 3 deletions test_example.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@



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

0 comments on commit cb4041a

Please sign in to comment.