Skip to content

Commit 70c8850

Browse files
committed
Chore: Improve the test_select_unchanged_model_for_backfill integration test
1 parent 287d766 commit 70c8850

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/core/test_integration.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1241,6 +1241,7 @@ def test_select_unchanged_model_for_backfill(init_and_plan_context: t.Callable):
12411241
# Now select a model downstream from the previously modified one in order to backfill it.
12421242
plan = context.plan("dev", select_models=["*top_waiters"], skip_tests=True, no_prompts=True)
12431243

1244+
assert not plan.has_changes
12441245
assert plan.missing_intervals == [
12451246
SnapshotIntervals(
12461247
snapshot_id=context.get_snapshot(

0 commit comments

Comments
 (0)