Skip to content

Commit

Permalink
Update src/nwbinspector/testing/_testing.py
Browse files Browse the repository at this point in the history
Co-authored-by: Steph Prince <[email protected]>
  • Loading branch information
CodyCBakerPhD and stephprince authored Sep 4, 2024
1 parent a768d2d commit 61e5887
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/nwbinspector/testing/_testing.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ def check_streaming_tests_enabled() -> Tuple[bool, Optional[str]]:
failure_reason += "The DANDI package is not installed on the system."

have_remfile = is_module_installed("remfile")
if not have_dandi:
if not have_remfile:
failure_reason += "The `remfile` package is not installed on the system."

failure_reason = None if failure_reason == "" else failure_reason
Expand Down

0 comments on commit 61e5887

Please sign in to comment.