Skip to content

Commit

Permalink
chore: pkg import only once (#3712)
Browse files Browse the repository at this point in the history
Signed-off-by: guoguangwu <[email protected]>
  • Loading branch information
testwill committed Oct 24, 2023
1 parent 5104114 commit 50bf90d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions ignite/pkg/cosmosclient/txservice_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ import (

abci "github.com/cometbft/cometbft/abci/types"
ctypes "github.com/cometbft/cometbft/rpc/core/types"
sdk "github.com/cosmos/cosmos-sdk/types"
sdktypes "github.com/cosmos/cosmos-sdk/types"
sdkerrors "github.com/cosmos/cosmos-sdk/types/errors"
banktypes "github.com/cosmos/cosmos-sdk/x/bank/types"
Expand Down Expand Up @@ -45,7 +44,7 @@ func TestTxServiceBroadcast(t *testing.T) {
}
tests := []struct {
name string
msg sdk.Msg
msg sdktypes.Msg
opts []cosmosclient.Option
expectedResponse *sdktypes.TxResponse
expectedError string
Expand Down

0 comments on commit 50bf90d

Please sign in to comment.