Skip to content

Commit

Permalink
fix: add comit true for TestAppAfterImport
Browse files Browse the repository at this point in the history
  • Loading branch information
JeancarloBarrios committed Oct 2, 2024
1 parent 3377156 commit 721da2d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/simulation/app_after_import_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ import (

func TestAppAfterImport(t *testing.T) {
config := simcli.NewConfigFromFlags()
// Its required to have commit true for the block to not fail during simulation due to block height not increasing
config.Commit = true
db, dir, logger, skip, err := simtestutil.SetupSimulation(config, "app-after-import-1", "sim-1", false, true)
if skip {
t.Skip("skipping app-after-import simulation")
Expand Down

0 comments on commit 721da2d

Please sign in to comment.