File tree Expand file tree Collapse file tree 2 files changed +0
-4
lines changed Expand file tree Collapse file tree 2 files changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,6 @@ import (
11
11
moduletestutil "github.com/cosmos/cosmos-sdk/types/module/testutil"
12
12
authtypes "github.com/cosmos/cosmos-sdk/x/auth/types"
13
13
govtypes "github.com/cosmos/cosmos-sdk/x/gov/types"
14
- paramtypes "github.com/cosmos/cosmos-sdk/x/params/types"
15
14
"go.uber.org/mock/gomock"
16
15
17
16
"github.com/bandprotocol/chain/v2/x/bandtss"
@@ -56,7 +55,6 @@ func NewTestSuite(t *testing.T) TestSuite {
56
55
bandtssKeeper := keeper .NewKeeper (
57
56
encCfg .Codec .(codec.BinaryCodec ),
58
57
key ,
59
- paramtypes.Subspace {},
60
58
authzKeeper ,
61
59
accountKeeper ,
62
60
bankKeeper ,
Original file line number Diff line number Diff line change @@ -11,7 +11,6 @@ import (
11
11
moduletestutil "github.com/cosmos/cosmos-sdk/types/module/testutil"
12
12
authtypes "github.com/cosmos/cosmos-sdk/x/auth/types"
13
13
govtypes "github.com/cosmos/cosmos-sdk/x/gov/types"
14
- paramtypes "github.com/cosmos/cosmos-sdk/x/params/types"
15
14
"go.uber.org/mock/gomock"
16
15
17
16
"github.com/bandprotocol/chain/v2/x/tss"
@@ -49,7 +48,6 @@ func NewTestSuite(t *testing.T) TestSuite {
49
48
tssKeeper := keeper .NewKeeper (
50
49
encCfg .Codec .(codec.BinaryCodec ),
51
50
key ,
52
- paramtypes.Subspace {},
53
51
authzKeeper ,
54
52
rollingseedKeeper ,
55
53
tssRouter ,
You can’t perform that action at this time.
0 commit comments