Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Dec 15, 2024
1 parent ce0d43d commit f86b5d1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/formats/test_bmsmsd.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,14 @@
def test_bmsmsd(samus_returns_tree, bmsmsd_path):
parse_build_compare_editor(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
)


def test_get_tile(surface_bmsmsd: Bmsmsd):
tile = surface_bmsmsd.get_tile(4)
assert tile.tile_coordinates == [48, 5]
Expand Down

0 comments on commit f86b5d1

Please sign in to comment.