Skip to content

Commit

Permalink
fix tests v2
Browse files Browse the repository at this point in the history
  • Loading branch information
dyceron authored Nov 8, 2023
1 parent c8b8d26 commit 42141c5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/formats/test_bmsmd.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
from mercury_engine_data_structures.formats.bmsmd import Bmsmd


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

0 comments on commit 42141c5

Please sign in to comment.