Skip to content

Commit

Permalink
Fix package order
Browse files Browse the repository at this point in the history
  • Loading branch information
ulbqb committed Feb 6, 2024
1 parent 9643fc7 commit c7dea67
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions x/stakingplus/keeper/msg_server_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,18 @@ package keeper_test
import (
"fmt"

"github.com/cometbft/cometbft/crypto/secp256k1"
"github.com/golang/mock/gomock"

"cosmossdk.io/math"

"github.com/Finschia/finschia-sdk/x/stakingplus"
"github.com/cometbft/cometbft/crypto/secp256k1"
simtestutil "github.com/cosmos/cosmos-sdk/testutil/sims"
sdk "github.com/cosmos/cosmos-sdk/types"
sdkerrors "github.com/cosmos/cosmos-sdk/types/errors"
minttypes "github.com/cosmos/cosmos-sdk/x/mint/types"
stakingtypes "github.com/cosmos/cosmos-sdk/x/staking/types"

"github.com/golang/mock/gomock"
"github.com/Finschia/finschia-sdk/x/stakingplus"
)

func (s *KeeperTestSuite) TestMsgCreateValidator() {
Expand Down

0 comments on commit c7dea67

Please sign in to comment.