Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
dyceron committed Dec 15, 2024
1 parent ce0d43d commit d56af1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/formats/test_bmsmsd.py
Original file line number Diff line number Diff line change
Expand Up @@ -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):
Expand Down

0 comments on commit d56af1e

Please sign in to comment.