Skip to content

Commit

Permalink
Update test_bmsmd.py
Browse files Browse the repository at this point in the history
  • Loading branch information
dyceron authored and ThanatosGit committed Nov 9, 2023
1 parent ed582b7 commit b913f01
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions tests/formats/test_bmsmd.py
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
from tests.test_lib import parse_and_build_compare
from tests.test_lib import parse_build_compare_editor

from mercury_engine_data_structures.formats.bmsmd import Bmsmd
from mercury_engine_data_structures.game_check import Game


def test_bmsmd(samus_returns_path):
file_path = samus_returns_path.joinpath(r"gui\minimaps\c10_samus.bmsmd")
parse_and_build_compare(
Bmsmd, Game.SAMUS_RETURNS, file_path
def test_bmsmd(samus_returns_tree):
parse_build_compare_editor(
Bmsmd, samus_returns_tree, r"gui/minimaps/c10_samus.bmsmd"
)

0 comments on commit b913f01

Please sign in to comment.