Skip to content

Commit

Permalink
Update tests/validation/test_validate.py
Browse files Browse the repository at this point in the history
  • Loading branch information
rly authored Dec 22, 2023
1 parent 7ea0f15 commit bd357a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/validation/test_validate.py
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ def test_validate_file_cached_hdmf_common(self):

def test_validate_file_cached_ignore(self):
"""Test that validating a file with cached spec against the core namespace succeeds."""
result = run_coverage(["tests/back_compat/1.1.2_nwbfile.nwb", "--no-cached-namespace"] )
result = run_coverage(["tests/back_compat/1.1.2_nwbfile.nwb", "--no-cached-namespace"])

self.assertEqual(result.stderr.decode('utf-8'), '')

Expand Down

0 comments on commit bd357a5

Please sign in to comment.