Skip to content

Commit

Permalink
test fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
rudolfix committed Sep 10, 2024
1 parent f4be64c commit 98f9ad7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/common/test_validation.py
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ def test_doc() -> TTestRecord:

def test_validate_schema_cases() -> None:
with open(
"tests/common/cases/schemas/eth/ethereum_schema_v8.yml", mode="r", encoding="utf-8"
"tests/common/cases/schemas/eth/ethereum_schema_v10.yml", mode="r", encoding="utf-8"
) as f:
schema_dict: TStoredSchema = yaml.safe_load(f)

Expand Down
2 changes: 1 addition & 1 deletion tests/destinations/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
wipe_pipeline,
duckdb_pipeline_location,
)
from tests.common.configuration.utils import environment
from tests.common.configuration.utils import environment

0 comments on commit 98f9ad7

Please sign in to comment.