Skip to content

Commit

Permalink
fix linting
Browse files Browse the repository at this point in the history
  • Loading branch information
zsystm committed Sep 2, 2024
1 parent 4887475 commit cf04687
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions client/x/evmstaking/keeper/msg_server_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,14 @@ import (
skeeper "github.com/cosmos/cosmos-sdk/x/staking/keeper"
"github.com/cosmos/cosmos-sdk/x/staking/testutil"
stypes "github.com/cosmos/cosmos-sdk/x/staking/types"
"go.uber.org/mock/gomock"

"github.com/piplabs/story/client/x/evmstaking/types"
"github.com/piplabs/story/lib/k1util"

"go.uber.org/mock/gomock"
)

// setupValidatorAndDelegation creates a validator and delegation for testing
// setupValidatorAndDelegation creates a validator and delegation for testing.
func (s *TestSuite) setupValidatorAndDelegation(ctx context.Context, valPubKey, delPubKey crypto.PubKey, valAddr sdk.ValAddress, delAddr sdk.AccAddress) {
sdkCtx := sdk.UnwrapSDKContext(ctx)
require := s.Require()
Expand Down

0 comments on commit cf04687

Please sign in to comment.