Skip to content

Commit

Permalink
build
Browse files Browse the repository at this point in the history
  • Loading branch information
julienrbrt committed Sep 6, 2024
1 parent fcad8d4 commit 6744d77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion simapp/sim_bench_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ func BenchmarkFullAppSimulation(b *testing.B) {
}

if config.Commit {
db, ok := testInstance.DB.(dbm.DB)
db, ok := db.(dbm.DB)
if ok {
simtestutil.PrintStats(db)
}
Expand Down

0 comments on commit 6744d77

Please sign in to comment.