From 4ded5553640c2af6e9695c6e47ada3978fef5666 Mon Sep 17 00:00:00 2001 From: mike8699 Date: Sun, 12 Jan 2025 13:06:49 -0500 Subject: [PATCH] Re-enable dig spot test --- tests/desmume/test_dig_spot_items.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/tests/desmume/test_dig_spot_items.py b/tests/desmume/test_dig_spot_items.py index e53cd86b..bd8b1f62 100644 --- a/tests/desmume/test_dig_spot_items.py +++ b/tests/desmume/test_dig_spot_items.py @@ -17,7 +17,6 @@ start_first_file, use_equipped_item, ) -from .melonds import MelonDSWrapper @pytest.fixture @@ -28,8 +27,6 @@ def dig_spot_test_emu( aux_data: ShufflerAuxData, ): """Generate and run a rom with a custom dig/shovel spot item set.""" - if isinstance(emulator, MelonDSWrapper): - pytest.skip('This test is broken on melonDS. TODO: Fix it and remove this skip') rom = NintendoDSRom.fromFile(rom_path) chests = [ chest