Skip to content

Commit

Permalink
fix k8s integration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
arijitAD committed Nov 2, 2021
1 parent 46fbdb1 commit 7c159b7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion testutil/types.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ import (
"github.com/cosmos/cosmos-sdk/crypto/hd"
"github.com/cosmos/cosmos-sdk/crypto/keyring"
servertypes "github.com/cosmos/cosmos-sdk/server/types"
"github.com/cosmos/cosmos-sdk/simapp"
storetypes "github.com/cosmos/cosmos-sdk/store/types"
"github.com/cosmos/cosmos-sdk/testutil/network"
sdk "github.com/cosmos/cosmos-sdk/types"
Expand Down Expand Up @@ -61,7 +62,7 @@ func ResourceUnits(_ testing.TB) types.ResourceUnits {
func NewApp(val network.Validator) servertypes.Application {
return app.NewApp(
val.Ctx.Logger, dbm.NewMemDB(), nil, true, 0, make(map[int64]bool), val.Ctx.Config.RootDir,
app.AppOptsWithGenesisTime(0),
simapp.EmptyAppOptions{},
baseapp.SetPruning(storetypes.NewPruningOptionsFromString(val.AppConfig.Pruning)),
baseapp.SetMinGasPrices(val.AppConfig.MinGasPrices),
)
Expand Down

0 comments on commit 7c159b7

Please sign in to comment.