Skip to content

Commit

Permalink
skip some not needed steps
Browse files Browse the repository at this point in the history
  • Loading branch information
Berserker66 committed Jul 30, 2023
1 parent be8714d commit 3fa27f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/general/TestItems.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
class TestBase(unittest.TestCase):
def testItem(self):
for game_name, world_type in AutoWorldRegister.world_types.items():
multiworld = setup_solo_multiworld(world_type)
multiworld = setup_solo_multiworld(world_type, steps=("generate_early", "create_regions", "create_items"))
proxy_world = multiworld.worlds[1]
empty_prog_items = multiworld.state.prog_items.copy()
for item_name in world_type.item_name_to_id:
Expand Down

0 comments on commit 3fa27f9

Please sign in to comment.