Skip to content

Commit

Permalink
Update test with MSR
Browse files Browse the repository at this point in the history
  • Loading branch information
dyceron committed Jul 8, 2024
1 parent bed91fb commit 3940e85
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions tests/formats/test_bmssd.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,8 @@ def test_compare_dread(dread_path):
parse_and_build_compare(
BMSSD, Game.DREAD, dread_path.joinpath("packs/maps/s060_quarantine/s060_quarantine.bmssd")
)

def test_compare_msr(samus_returns_path):
parse_and_build_compare(
BMSSD, Game.SAMUS_RETURNS, samus_returns_path.joinpath("packs/maps/s050_area5/s050_area5.bmssd")
)

0 comments on commit 3940e85

Please sign in to comment.