Skip to content

Commit

Permalink
attempt 4
Browse files Browse the repository at this point in the history
  • Loading branch information
dyceron authored Nov 8, 2023
1 parent 9ea8b62 commit b3d94a3
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions tests/formats/test_bmsmd.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,8 @@

from mercury_engine_data_structures.formats.bmsmd import Bmsmd

bmsmd_path = r"gui\minimaps\c10_samus.bmsmd"

def test_bmsmd(samus_returns_tree, bmsmd_path):
def test_bmsmd(samus_returns_tree):
parse_build_compare_editor(
Bmsmd, samus_returns_tree, bmsmd_path
Bmsmd, samus_returns_tree, gui\minimaps\c10_samus.bmsmd
)

0 comments on commit b3d94a3

Please sign in to comment.