Skip to content

Commit

Permalink
Update test_advice.py
Browse files Browse the repository at this point in the history
  • Loading branch information
ikostan committed Nov 12, 2024
1 parent 1a51196 commit 4100658
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions kyu_5/find_the_safest_places_in_town/test_advice.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@
from utils.log_func import print_log
from kyu_5.find_the_safest_places_in_town.advice \
import advice, create_city_map, agents_cleanup
from kyu_5.find_the_safest_places_in_town.print_agents \
import print_map


# pylint: disable-msg=R0801
Expand Down Expand Up @@ -499,7 +497,6 @@ def test_first_non_repeating_letter(self):
message = data[3]
# test log
print_log(agents=agents, n=n, expected=expected, message=message)
print_map(agents, n, expected)
# assertion
self.assertEqual(expected,
sorted(advice(agents=agents, n=n)),
Expand Down

0 comments on commit 4100658

Please sign in to comment.