Skip to content

Commit

Permalink
adjust test docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
CodyCBakerPhD committed Jan 30, 2024
1 parent ce6b1ed commit 5635db8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_inspector.py
Original file line number Diff line number Diff line change
Expand Up @@ -730,7 +730,7 @@ def test_check_unique_identifiers_fail(self):


def test_dandi_config_in_vitro_injection():
"""Test that a special subject_id of 'in_vitro' properly excludes meaningless CRITICAL-elevated subject checks."""
"""Test that a subject_id starting with 'in_vitro_' excludes meaningless CRITICAL-elevated subject checks."""
nwbfile = mock_NWBFile(
subject=Subject(subject_id="in_vitro_CaMPARI3", description="A detailed description about the in vitro setup.")
)
Expand Down

0 comments on commit 5635db8

Please sign in to comment.