Skip to content

Commit

Permalink
fix duckdb link in e2e test
Browse files Browse the repository at this point in the history
  • Loading branch information
sh-rp committed May 22, 2024
1 parent c8e9fd7 commit 81650dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/e2e/test_pokemon_pipeline.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import duckdb

POKE_DUCKDB_FILE = "./pokemon-pipeline/pokemon_pipeline.duckdb"
POKE_DUCKDB_FILE = "./pokemon_pipeline/pokemon_pipeline.duckdb"


def test_pokemon_pipeline() -> None:
Expand Down

0 comments on commit 81650dd

Please sign in to comment.