diff --git a/tests/test_inspector.py b/tests/test_inspector.py index 1c207f4db..4db14f219 100644 --- a/tests/test_inspector.py +++ b/tests/test_inspector.py @@ -390,7 +390,8 @@ def test_command_line_runs_cli_only(self): console_output_file = self.tempdir / "test_console_output.txt" os.system( f"nwbinspector {str(self.tempdir)} --overwrite --select check_timestamps_match_first_dimension," - "check_data_orientation,check_regular_timestamps,check_small_dataset_compression" + "check_data_orientation,check_regular_timestamps,check_small_dataset_compression " + "--modules random,math,datetime" f"> {console_output_file}" ) self.assertLogFileContentsEqual(