diff --git a/x/collection/keeper/msg_server_test.go b/x/collection/keeper/msg_server_test.go index 62c3ed710f..61c0bda21f 100644 --- a/x/collection/keeper/msg_server_test.go +++ b/x/collection/keeper/msg_server_test.go @@ -6,13 +6,13 @@ import ( "strings" abci "github.com/cometbft/cometbft/abci/types" - authcodec "github.com/cosmos/cosmos-sdk/x/auth/codec" "github.com/cosmos/gogoproto/proto" "cosmossdk.io/math" sdk "github.com/cosmos/cosmos-sdk/types" sdkerrors "github.com/cosmos/cosmos-sdk/types/errors" + authcodec "github.com/cosmos/cosmos-sdk/x/auth/codec" "github.com/Finschia/finschia-sdk/x/collection" )