diff --git a/x/crosschain/types/authz_test.go b/x/crosschain/types/authz_test.go index 9846949636..7c615d7c6b 100644 --- a/x/crosschain/types/authz_test.go +++ b/x/crosschain/types/authz_test.go @@ -11,8 +11,8 @@ func TestGetAllAuthzZetaclientTxTypes(t *testing.T) { require.Equal(t, []string{"/zetachain.zetacore.crosschain.MsgGasPriceVoter", "/zetachain.zetacore.crosschain.MsgVoteOnObservedInboundTx", "/zetachain.zetacore.crosschain.MsgVoteOnObservedOutboundTx", - "/zetachain.zetacore.crosschain.MsgCreateTSSVoter", "/zetachain.zetacore.crosschain.MsgAddToOutTxTracker", + "/zetachain.zetacore.observer.MsgVoteTSS", "/zetachain.zetacore.observer.MsgAddBlameVote", "/zetachain.zetacore.observer.MsgAddBlockHeader"}, crosschaintypes.GetAllAuthzZetaclientTxTypes())