Skip to content

Commit

Permalink
fixing format error
Browse files Browse the repository at this point in the history
  • Loading branch information
hudaalamassi committed Jan 10, 2025
1 parent 28d9661 commit 4be54c3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ def test_very_large_number(self):
self.assertEqual(actual, 998001)

def test_zero(self):
"""It should return 0 if you pass 0"""
"""It should return 0 if you pass 0."""
actual = largest_perfect_square_less_than_number(0)
self.assertEqual(actual, 0)

Expand Down

0 comments on commit 4be54c3

Please sign in to comment.