Skip to content

Commit

Permalink
Add blank line for improved readability in test_utils.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Zingzy committed Nov 28, 2024
1 parent 795c7af commit 49e0032
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,7 @@ def test_is_positive_integer_with_positive_integer_string():
def test_is_positive_integer_with_zero_string():
assert is_positive_integer("0")


def test_is_positive_integer_with_negative_integer_string():
assert not is_positive_integer("-5")

Expand Down

0 comments on commit 49e0032

Please sign in to comment.