Skip to content

Commit

Permalink
Adding
Browse files Browse the repository at this point in the history
  • Loading branch information
Sachin-Thakur committed Nov 9, 2023
1 parent 00b0f2c commit 45b4516
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions tests/functional/adapter/ephemeral/test_ephemeral.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,4 @@ def test_ephemeral_multi_snowflake(self, project):
assert len(results) == 3
check_relations_equal(project.adapter, ["seed", "dependent"])
check_relations_equal(project.adapter, ["seed", "double_dependent"])
check_relations_equal(project.adapter, ["seed", "super_dependent"])


check_relations_equal(project.adapter, ["seed", "super_dependent"])

0 comments on commit 45b4516

Please sign in to comment.