Skip to content

Commit

Permalink
Merge branch 'main' into am/textual-number
Browse files Browse the repository at this point in the history
  • Loading branch information
amaury1093 authored Jul 25, 2022
2 parents c4d9b96 + ef8049a commit 0857782
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions store/streaming/constructor_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,13 @@ import (
"github.com/cosmos/cosmos-sdk/codec"
codecTypes "github.com/cosmos/cosmos-sdk/codec/types"
serverTypes "github.com/cosmos/cosmos-sdk/server/types"
"github.com/cosmos/cosmos-sdk/simapp"
"github.com/cosmos/cosmos-sdk/store/streaming"
"github.com/cosmos/cosmos-sdk/store/streaming/file"
"github.com/cosmos/cosmos-sdk/store/types"
simtestutil "github.com/cosmos/cosmos-sdk/testutil/sims"
sdk "github.com/cosmos/cosmos-sdk/types"
"github.com/cosmos/cosmos-sdk/types/module/testutil"

"github.com/tendermint/tendermint/libs/log"
dbm "github.com/tendermint/tm-db"

Expand Down Expand Up @@ -51,7 +52,7 @@ func TestStreamingServiceConstructor(t *testing.T) {

func TestLoadStreamingServices(t *testing.T) {
db := dbm.NewMemDB()
encCdc := simapp.MakeTestEncodingConfig()
encCdc := testutil.MakeTestEncodingConfig()
keys := sdk.NewKVStoreKeys("mockKey1", "mockKey2")
bApp := baseapp.NewBaseApp("appName", log.NewNopLogger(), db, nil)

Expand Down

0 comments on commit 0857782

Please sign in to comment.