We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de17bf1 commit 3557135Copy full SHA for 3557135
tests/test_inspector.py
@@ -485,8 +485,9 @@ def test_check_session_start_time_old_date_through_inspect_nwb_with_description_
485
)
486
487
results_errors = [x for x in results if x.importance.name == "ERROR"]
488
+ assert len(results_errors) != 0
489
+ # TODO: what this test really should call is below; need to figure out source cause
490
# print(results_errors)
491
# if results_errors:
492
# print(results_errors[0].message)
493
# assert results_errors == []
- assert len(results_errors) != 0
0 commit comments