From 2bd4ce0667501ea56fcb428e6aed3e32cb69c200 Mon Sep 17 00:00:00 2001 From: menuetb <83284881+menuetb@users.noreply.github.com> Date: Fri, 10 Nov 2023 16:47:39 +0100 Subject: [PATCH] Add test on seed in generic tests --- tests/functional/adapter/test_basic.py | 1 + 1 file changed, 1 insertion(+) 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