Skip to content

Commit

Permalink
re-add steps
Browse files Browse the repository at this point in the history
  • Loading branch information
Berserker66 committed Jul 31, 2024
1 parent db2cf27 commit 495c645
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/general/test_items.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ class TestBase(unittest.TestCase):
def test_create_item(self):
"""Test that a world can successfully create all items in its datapackage"""
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 495c645

Please sign in to comment.