Skip to content

Commit

Permalink
Add genesis for cosmowasm
Browse files Browse the repository at this point in the history
  • Loading branch information
JeancarloBarrios committed Dec 18, 2024
1 parent daa18a2 commit d2a8f3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/testsuite/app_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ func TestSimAppExportAndBlockedAddrs(t *testing.T) {

logger2 := log.NewTMLogger(log.NewSyncWriter(os.Stdout))
// Making a new app object with the db, so that initchain hasn't been called
app2 := regenapp.NewRegenApp(logger2, db, nil, true, 0, EmptyAppOptions{})
app2 := regenapp.NewRegenApp(logger2, db, nil, true, 0, EmptyAppOptions{}, emptyWasmOption)
_, err := app2.ExportAppStateAndValidators(false, []string{}, []string{})
require.NoError(t, err, "ExportAppStateAndValidators should not have an error")
}

0 comments on commit d2a8f3a

Please sign in to comment.