accept suggestion

Co-authored-by: Joonas Koivunen <joonas@neon.tech>
This commit is contained in:
bojanserafimov
2023-11-27 11:23:21 -05:00
committed by GitHub
parent 128176702e
commit d9af548ca8

View File

@@ -2095,7 +2095,7 @@ mod tests {
// it doesn't create a real checkpoint, and Walingest::new tries to parse
// the garbage data.
let pg_version = 15;
let (tenant, ctx) = TenantHarness::create("test_basic")?.load().await;
let (tenant, ctx) = TenantHarness::create("test_ingest_real_wal")?.load().await;
let tline = tenant
.bootstrap_timeline(TIMELINE_ID, pg_version, &ctx)
.await?;