From e93bf3e5ed4a7e8c6dcd31bda693b97950e8c2cc Mon Sep 17 00:00:00 2001 From: Jayden Lee <41176085+tkxkd0159@users.noreply.github.com> Date: Mon, 4 Mar 2024 11:25:46 +0900 Subject: [PATCH] link --- x/collection/keeper/msg_server_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" )