Skip to content

Commit

Permalink
reset last piece
Browse files Browse the repository at this point in the history
  • Loading branch information
mike-north committed Feb 24, 2021
1 parent 4c9dedd commit 3d34a1a
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/calc_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,6 @@ def test_sub_2arg(self):
# Make sure 4 - 3 = 1
self.assertEqual(sub(4, 3), 1, 'subtracting three from four')

def test_sub_3arg(self):
self.assertEqual(sub(4, 3, 1), 0, 'subtracting three and one from four')


if __name__ == '__main__':
unittest.main()

0 comments on commit 3d34a1a

Please sign in to comment.