Skip to content

Commit fb32960

Browse files
author
Ty Schlichenmeyer
committed
dont cascade drop downstream views
1 parent bd50fb7 commit fb32960

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tests/functional/adapter/test_seed.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -286,5 +286,3 @@ def _check_relation_end_state(self, run_result, project, exists: bool):
286286
check_relations_equal(project.adapter, ["seed_actual", "seed_expected"])
287287
if exists:
288288
check_table_does_exist(project.adapter, "models__downstream_from_seed_actual")
289-
else:
290-
check_table_does_not_exist(project.adapter, "models__downstream_from_seed_actual")

0 commit comments

Comments
 (0)