Skip to content

Commit

Permalink
Remove field. (#1018)
Browse files Browse the repository at this point in the history
Co-authored-by: Mila Page <[email protected]>
  • Loading branch information
VersusFacit and VersusFacit authored May 6, 2024
1 parent a6c6e5e commit b22a942
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/functional/adapter/dbt_clone/test_dbt_clone.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@ def copy_state(self, project_root):
def run_and_save_state(self, project_root, with_snapshot=False):
results = run_dbt(["run"])
assert len(results) == 1
assert not any(r.node.deferred for r in results)

self.copy_state(project_root)

Expand Down

0 comments on commit b22a942

Please sign in to comment.