Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions tests/core/test_plan.py
Original file line number Diff line number Diff line change
Expand Up @@ -2026,6 +2026,7 @@ def test_added_forward_only_model(make_snapshot, mocker: MockerFixture):
assert snapshot_b.change_category == SnapshotChangeCategory.BREAKING


@time_machine.travel("2026-08-22 15:00:00 UTC")
def test_disable_restatement(make_snapshot, mocker: MockerFixture):
snapshot = make_snapshot(
SqlModel(
Expand Down
Loading