Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
facundomedica committed Apr 30, 2024
1 parent b57d3a1 commit 5ba3d59
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 8 deletions.
1 change: 1 addition & 0 deletions x/accounts/defaults/multisig/account.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ import (
"cosmossdk.io/core/header"
"cosmossdk.io/x/accounts/accountstd"
v1 "cosmossdk.io/x/accounts/defaults/multisig/v1"

"github.com/cosmos/cosmos-sdk/codec"
)

Expand Down
6 changes: 3 additions & 3 deletions x/accounts/defaults/multisig/account_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,12 @@ import (
"testing"
"time"

types "github.com/cosmos/gogoproto/types/any"
"github.com/stretchr/testify/require"

"cosmossdk.io/core/store"
"cosmossdk.io/x/accounts/accountstd"
v1 "cosmossdk.io/x/accounts/defaults/multisig/v1"
types "github.com/cosmos/gogoproto/types/any"
"github.com/stretchr/testify/require"
)

func setup(t *testing.T, ctx context.Context, ss store.KVStoreService, timefn func() time.Time) *Account {
Expand Down Expand Up @@ -576,5 +577,4 @@ func TestProposalPassing(t *testing.T) {
require.Equal(t, uint64(500), v.Weight)
}
}

}
5 changes: 0 additions & 5 deletions x/accounts/defaults/multisig/utils_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,6 @@ type ProtoMsg = protoiface.MessageV1

var TestFunds = sdk.NewCoins(sdk.NewCoin("test", math.NewInt(10)))

type cdc interface {
Marshal(gogoproto.Message) ([]byte, error)
Unmarshal([]byte, gogoproto.Message) error
}

// mock statecodec
type mockStateCodec struct {
codec.Codec
Expand Down

0 comments on commit 5ba3d59

Please sign in to comment.