Skip to content

Commit

Permalink
remove duplicate test module
Browse files Browse the repository at this point in the history
  • Loading branch information
korikuzma committed Oct 29, 2024
1 parent 8632858 commit 9123010
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 66 deletions.
2 changes: 1 addition & 1 deletion tests/test_schemas.py → tests/validation/test_schemas.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ def _update_gks_schema_mapping(


GKS_SCHEMA_MAPPING = {gks: GKSSchemaMapping() for gks in GKSSchema}
SUBMODULES_DIR = Path(__file__).parents[1] / "submodules" / "vrs"
SUBMODULES_DIR = Path(__file__).parents[2] / "submodules" / "vrs"


# Get vrs classes
Expand Down
65 changes: 0 additions & 65 deletions tests/validation/test_vrs_schema.py

This file was deleted.

0 comments on commit 9123010

Please sign in to comment.