Skip to content

Commit

Permalink
Fix test.
Browse files Browse the repository at this point in the history
  • Loading branch information
PeterKraus committed Nov 16, 2024
1 parent d832465 commit 52b2416
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_mpr.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ def test_biologic_extract(tmp_path, preferred_mode, test_mprs):
install=(ind == 0),
)
if preferred_mode == "python":
assert data
assert data is not None
else:
assert output_path.exists()

Expand Down

0 comments on commit 52b2416

Please sign in to comment.