Skip to content

Commit 3557135

Browse files
committed
added TODO comment
1 parent de17bf1 commit 3557135

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/test_inspector.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -485,8 +485,9 @@ def test_check_session_start_time_old_date_through_inspect_nwb_with_description_
485485
)
486486
)
487487
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
488490
# print(results_errors)
489491
# if results_errors:
490492
# print(results_errors[0].message)
491493
# assert results_errors == []
492-
assert len(results_errors) != 0

0 commit comments

Comments
 (0)