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 b8ac2d3 commit 6bf067e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions solutions/tests/test_IsPrime.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@
"""
import unittest

from ..IsPrime import IsPrime
from solutions.IsPrime import IsPrime


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 6bf067e

Please sign in to comment.