mirror of
https://github.com/dbt-labs/dbt-core
synced 2025-12-17 19:31:34 +00:00
improve test
This commit is contained in:
@@ -154,4 +154,7 @@ class TestEmptyFlagSeed(BaseTestEmptyFlag):
|
||||
run_dbt(["seed", "--empty"])
|
||||
self.assert_row_count(project, "raw_seed", 0)
|
||||
|
||||
run_dbt(["build"])
|
||||
results = run_dbt(["build", "--empty"])
|
||||
self.assert_row_count(project, "raw_seed", 0)
|
||||
|
||||
assert len(results) == 3
|
||||
|
||||
Reference in New Issue
Block a user