Update schema test

This commit is contained in:
Michael Sproul
2026-03-31 14:17:37 +11:00
parent 5c6e171a22
commit e1dcd9e692

View File

@@ -3995,7 +3995,7 @@ async fn schema_downgrade_to_min_version(store_config: StoreConfig, archive: boo
)
.await;
let min_version = CURRENT_SCHEMA_VERSION;
let min_version = SchemaVersion(28);
// Save the slot clock so that the new harness doesn't revert in time.
let slot_clock = harness.chain.slot_clock.clone();