Skip to content

Commit

Permalink
black fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Moealfadil committed Dec 28, 2024
1 parent ee21641 commit 6325282
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,5 +71,7 @@ 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 6325282

Please sign in to comment.