Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
lumtis committed Apr 3, 2024
1 parent d0d74ce commit a14efdd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x/crosschain/types/authz_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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())
Expand Down

0 comments on commit a14efdd

Please sign in to comment.