From d56af1e96edbf9f67786eaae874b5efed1c7e09d Mon Sep 17 00:00:00 2001 From: dyceron Date: Sun, 15 Dec 2024 10:56:32 -0500 Subject: [PATCH] Fix test --- tests/formats/test_bmsmsd.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/formats/test_bmsmsd.py b/tests/formats/test_bmsmsd.py index a6d2a89..687135f 100644 --- a/tests/formats/test_bmsmsd.py +++ b/tests/formats/test_bmsmsd.py @@ -14,7 +14,7 @@ def test_bmsmsd(samus_returns_tree, bmsmsd_path): @pytest.fixture() def surface_bmsmsd(samus_returns_tree) -> Bmsmsd: return samus_returns_tree.get_parsed_asset( - "maps/levels/c10_samus/s000_surface/s000_surface.bmsmsd", type_hint=Bmsmsd + "gui/minimaps/c10_samus/s000_surface.bmsmsd", type_hint=Bmsmsd ) def test_get_tile(surface_bmsmsd: Bmsmsd):