Skip to content

Commit

Permalink
fix merge
Browse files Browse the repository at this point in the history
  • Loading branch information
Berserker66 committed Jul 31, 2024
1 parent 0d7fa6d commit db2cf27
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions test/general/test_items.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +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():
proxy_world = setup_solo_multiworld(world_type, ()).worlds[1]
multiworld = setup_solo_multiworld(world_type, steps=("generate_early", "create_regions", "create_items"))
multiworld = setup_solo_multiworld(world_type, ())
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 db2cf27

Please sign in to comment.