Skip to content

Commit

Permalink
reverted the change
Browse files Browse the repository at this point in the history
  • Loading branch information
MarvinTaterra authored Jul 30, 2024
1 parent c8785be commit f7eb35d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mdpath/tests/test_mdpath.py
Original file line number Diff line number Diff line change
Expand Up @@ -1215,7 +1215,7 @@ def test_mdpath_output_files():
"-numpath", numpath
]

mdpath.main()
mdpath.mdpath.main()

for file in expected_files:
assert os.path.exists(file), f"Expected output file {file} not found."
Expand Down

0 comments on commit f7eb35d

Please sign in to comment.