Skip to content

Commit

Permalink
satellite/metabase/metabasetest: use test migration for benchmarks
Browse files Browse the repository at this point in the history
Change-Id: I575d29604d0e533159906f5272e82fba4f37923b
  • Loading branch information
mniewrzal committed Apr 11, 2024
1 parent 175840e commit 3c89056
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion satellite/satellitedb/satellitedbtest/run.go
Expand Up @@ -271,7 +271,7 @@ func Bench(b *testing.B, bench func(b *testing.B, db satellite.DB)) {
}
}()

err = db.MigrateToLatest(ctx)
err = db.Testing().TestMigrateToLatest(ctx)
if err != nil {
b.Fatal(err)
}
Expand Down

0 comments on commit 3c89056

Please sign in to comment.