Skip to content

Commit

Permalink
Add test on seed in generic tests
Browse files Browse the repository at this point in the history
  • Loading branch information
menuetb committed Nov 10, 2023
1 parent 7d66fd0 commit 2bd4ce0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/functional/adapter/test_basic.py
Original file line number Diff line number Diff line change
Expand Up @@ -249,6 +249,7 @@ def cleanup(self):
def test_generic_tests(self, project):
# seed command
results = run_dbt(["seed"])
assert len(results) == 1

relation = relation_from_name(project.adapter, "base")
# run refresh table to disable the previous parquet file paths
Expand Down

0 comments on commit 2bd4ce0

Please sign in to comment.