Skip to content

Commit

Permalink
test_IsPrime formatting issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Moealfadil committed Dec 28, 2024
1 parent 6bf067e commit aec1849
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions solutions/tests/test_IsPrime.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,3 +71,5 @@ def test_not_integer(self):
actual = IsPrime(1.5)
expected = "invalid input"
self.assertEqual(actual, expected)
if __name__ == "__main__":
unittest.main()

0 comments on commit aec1849

Please sign in to comment.