Skip to content

Commit

Permalink
Fix TestAppImportExport
Browse files Browse the repository at this point in the history
  • Loading branch information
chipshort committed Feb 15, 2024
1 parent 2ec0628 commit 137cb26
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/sim_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,8 @@ func TestAppImportExport(t *testing.T) {
require.NoError(t, os.RemoveAll(newDir))
}()

appOptions[flags.FlagHome] = t.TempDir() // ensure a unique folder for the new app

newApp := NewWasmApp(log.NewNopLogger(), newDB, nil, true, appOptions, emptyWasmOpts, fauxMerkleModeOpt, baseapp.SetChainID(SimAppChainID))
require.Equal(t, "WasmApp", newApp.Name())

Expand Down

0 comments on commit 137cb26

Please sign in to comment.