From 61e5887f2eb5c5c33d2eba2f7cfe9b52a534863d Mon Sep 17 00:00:00 2001 From: Cody Baker <51133164+CodyCBakerPhD@users.noreply.github.com> Date: Wed, 4 Sep 2024 16:16:02 -0400 Subject: [PATCH] Update src/nwbinspector/testing/_testing.py Co-authored-by: Steph Prince <40640337+stephprince@users.noreply.github.com> --- src/nwbinspector/testing/_testing.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/nwbinspector/testing/_testing.py b/src/nwbinspector/testing/_testing.py index 863dddaef..eb2b36024 100644 --- a/src/nwbinspector/testing/_testing.py +++ b/src/nwbinspector/testing/_testing.py @@ -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