Skip to content

Commit

Permalink
Bruh
Browse files Browse the repository at this point in the history
  • Loading branch information
NewSoupVi committed Jan 1, 2025
1 parent 9604ecf commit f30fb59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/general/test_entrances.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ def get_entrance_name_to_source_and_target_dict(world: World):

for step in additional_steps:
with self.subTest("Step", step=step):
call_all(multiworld, "steps")
call_all(multiworld, step)
step_entrances = get_entrance_name_to_source_and_target_dict(multiworld.worlds[1])

self.assertEqual(
Expand Down

0 comments on commit f30fb59

Please sign in to comment.