Skip to content

Commit

Permalink
ruff fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Moealfadil committed Dec 28, 2024
1 parent 81b07f0 commit b8ac2d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion solutions/tests/test_IsPrime.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

class TestIsPrime(unittest.TestCase):
"""test the IsPrime function"""

def test_0(self):
"""It should evaluate not prime"""
actual = IsPrime(0)
Expand Down

0 comments on commit b8ac2d3

Please sign in to comment.