Skip to content

Commit

Permalink
Tests: log the seed fo slot_data failures (#2402)
Browse files Browse the repository at this point in the history
  • Loading branch information
alwaysintreble authored Nov 8, 2023
1 parent ced35c5 commit 03e1c45
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/general/test_implemented.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ def test_slot_data(self):
# has an await for generate_output which isn't being called
if game_name in {"Ocarina of Time", "Zillion"}:
continue
with self.subTest(game_name):
multiworld = setup_solo_multiworld(world_type)
multiworld = setup_solo_multiworld(world_type)
with self.subTest(game=game_name, seed=multiworld.seed):
distribute_items_restrictive(multiworld)
call_all(multiworld, "post_fill")
for key, data in multiworld.worlds[1].fill_slot_data().items():
Expand Down

0 comments on commit 03e1c45

Please sign in to comment.