Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
IanCa committed Nov 14, 2023
1 parent 51a0934 commit 34723a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/schema/test_hed_schema_io.py
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ def test_load_schema_version_libraries(self):


class TestHedSchemaUnmerged(unittest.TestCase):
# Verify the hed cache can handle loading unmerged with_standard schemas incase they are ever used
# Verify the hed cache can handle loading unmerged with_standard schemas in case they are ever used
@classmethod
def setUpClass(cls):
hed_cache_dir = os.path.join(os.path.dirname(os.path.realpath(__file__)), '../schema_cache_test_local_unmerged/')
Expand Down

0 comments on commit 34723a7

Please sign in to comment.