Skip to content

Commit

Permalink
Update test_walker.py
Browse files Browse the repository at this point in the history
  • Loading branch information
ikostan committed Dec 5, 2024
1 parent 2fd0d7d commit 7cf6ba0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kyu_3/line_safari_is_that_a_line/test_walker.py
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ def test_starting_position_from_positives(self):
def test_starting_position_from_negatives(self):
"""
Testing Walker class.
Testing starting position property based on negative grids.
"""
# pylint: disable-msg=R0801
Expand Down

0 comments on commit 7cf6ba0

Please sign in to comment.