Skip to content

Commit

Permalink
fix test generic (#270)
Browse files Browse the repository at this point in the history
  • Loading branch information
menuetb authored Nov 10, 2023
1 parent d98dc06 commit 8c663b6
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/functional/adapter/test_basic.py
Original file line number Diff line number Diff line change
Expand Up @@ -251,10 +251,8 @@ def test_generic_tests(self, project):
results = run_dbt(["seed"])

relation = relation_from_name(project.adapter, "base")
relation_table_model = relation_from_name(project.adapter, "table_model")
# run refresh table to disable the previous parquet file paths
project.run_sql(f"refresh table {relation}")
project.run_sql(f"refresh table {relation_table_model}")

# test command selecting base model
results = run_dbt(["test", "-m", "base"])
Expand Down

0 comments on commit 8c663b6

Please sign in to comment.