Skip to content

Commit

Permalink
Update test_find_prime_numbers.py
Browse files Browse the repository at this point in the history
  • Loading branch information
ShadiShadab authored Jan 10, 2025
1 parent 070624f commit 70577ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion solutions/tests/test_find_prime_numbers.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ def test_is_prime_string(self):
It should raise an assertion error if the input is a non-integer
"""
with self.assertRaises(AssertionError):
is_prime("Zeinab")
is_prime(self)

def test_find_primes_up_to_n_positive(self):
"""
Expand Down

0 comments on commit 70577ce

Please sign in to comment.