Skip to content

Commit

Permalink
Update test_josephus_survivor.py
Browse files Browse the repository at this point in the history
  • Loading branch information
ikostan committed Dec 14, 2024
1 parent 16a3d99 commit 89bc032
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions kyu_5/josephus_survivor/test_josephus_survivor.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,8 @@ def test_josephus_survivor(self, test_data, expected):
f"vs expected ({expected})"):

print_log(total=total,
eliminated=eliminated,
result=result,
expected=expected)
eliminated=eliminated,
result=result,
expected=expected)

self.assertEqual(expected, result)

0 comments on commit 89bc032

Please sign in to comment.