From 02a1118f7147c765bd3b769574b7e436d9872a11 Mon Sep 17 00:00:00 2001 From: tsinghuacoder Date: Fri, 11 Apr 2025 16:04:08 +0800 Subject: [PATCH] chore: fix function name in comment Signed-off-by: tsinghuacoder --- x/tokenfactory/types/tx_msgs_test.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/x/tokenfactory/types/tx_msgs_test.go b/x/tokenfactory/types/tx_msgs_test.go index c71033c7f9..42cd7855be 100644 --- a/x/tokenfactory/types/tx_msgs_test.go +++ b/x/tokenfactory/types/tx_msgs_test.go @@ -37,7 +37,7 @@ func (vbt ValidateBasicTest) test() func(t *testing.T) { } } -// TestMsgMint_ValidateBasic: Tests if MsgCreateDenom is properly validated. +// TestMsgCreateDenom_ValidateBasic: Tests if MsgCreateDenom is properly validated. func TestMsgCreateDenom_ValidateBasic(t *testing.T) { addr := testutil.AccAddress().String() for _, tc := range []ValidateBasicTest{ @@ -70,7 +70,7 @@ func TestMsgCreateDenom_ValidateBasic(t *testing.T) { } } -// TestMsgMint_ValidateBasic: Tests if MsgChangeAdmin is properly validated. +// TestMsgChangeAdmin_ValidateBasic: Tests if MsgChangeAdmin is properly validated. func TestMsgChangeAdmin_ValidateBasic(t *testing.T) { sbf := testutil.AccAddress().String() validDenom := fmt.Sprintf("tf/%s/ftt", sbf)