diff --git a/tests/functional/adapter/test_basic.py b/tests/functional/adapter/test_basic.py index 74adf164..c6ce6918 100644 --- a/tests/functional/adapter/test_basic.py +++ b/tests/functional/adapter/test_basic.py @@ -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