From 42141c5f3dd871f05df0d7b5475e97708dd2ec09 Mon Sep 17 00:00:00 2001 From: dyceron <38679103+dyceron@users.noreply.github.com> Date: Wed, 8 Nov 2023 12:24:21 -0500 Subject: [PATCH] fix tests v2 --- tests/formats/test_bmsmd.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/formats/test_bmsmd.py b/tests/formats/test_bmsmd.py index 8d76ae46..1c9647f2 100644 --- a/tests/formats/test_bmsmd.py +++ b/tests/formats/test_bmsmd.py @@ -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 )