Skip to content

Commit

Permalink
update schema path
Browse files Browse the repository at this point in the history
  • Loading branch information
ahwagner committed Jul 25, 2024
1 parent e0d3306 commit 27033d3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@

root_path = Path(__file__).parents[1]
schema_path = root_path / "schema"
catvrs_schema_path = schema_path / "catvrs"
catvrs_schema_path = schema_path / "cat-vrs"
catvrs_jsons_path = catvrs_schema_path / "json"
catvar_yaml_path = catvrs_schema_path / "catvrs-source.yaml"
catvar_yaml_path = catvrs_schema_path / "cat-vrs-source.yaml"

test_path = root_path / 'tests'
fixtures_path = root_path / 'examples'
Expand Down

0 comments on commit 27033d3

Please sign in to comment.