Skip to content

Commit

Permalink
Change defer state test
Browse files Browse the repository at this point in the history
  • Loading branch information
gshank committed Oct 4, 2023
1 parent 1bf47f7 commit 0da5b1a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/functional/defer_state/test_defer_state.py
Original file line number Diff line number Diff line change
Expand Up @@ -178,8 +178,7 @@ def test_run_and_defer(self, project, unique_schema, other_schema):
"otherschema",
]
)
assert other_schema not in catalog.nodes["seed.test.seed"].metadata.schema
assert unique_schema in catalog.nodes["seed.test.seed"].metadata.schema
assert "seed.test.seed" not in catalog.nodes

# with state it should work though
results = run_dbt(
Expand Down

0 comments on commit 0da5b1a

Please sign in to comment.