Skip to content

Commit

Permalink
chore: rearrange import packages in Update x/collection/keeper/msg_se…
Browse files Browse the repository at this point in the history
…rver_test.go

Co-authored-by: Jayden Lee <41176085+tkxkd0159@users.noreply.github.com>
  • Loading branch information
zemyblue and tkxkd0159 authored Oct 5, 2023
1 parent 2b29b8b commit 4ce0bda
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion x/collection/keeper/msg_server_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,11 @@ package keeper_test
import (
"fmt"

abci "github.com/tendermint/tendermint/abci/types"

sdk "github.com/Finschia/finschia-sdk/types"
"github.com/Finschia/finschia-sdk/x/collection"
"github.com/Finschia/finschia-sdk/x/token/class"
abci "github.com/tendermint/tendermint/abci/types"
)

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

0 comments on commit 4ce0bda

Please sign in to comment.