Skip to content

Commit ef6c00f

Browse files
committed
fix path in tests
1 parent 7f1351e commit ef6c00f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/test_validation.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
from jsonschema.exceptions import ValidationError
1212

1313
schema_store = {}
14-
for schema_filename in glob.glob("ngff_spec/schemas/*"):
14+
for schema_filename in glob.glob("schemas/*"):
1515
with open(schema_filename) as f:
1616
schema = json.load(f)
1717
schema_store[schema["$id"]] = schema

0 commit comments

Comments
 (0)