Skip to content

Commit 02a1118

Browse files
committed
chore: fix function name in comment
Signed-off-by: tsinghuacoder <[email protected]>
1 parent f80f4a9 commit 02a1118

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

x/tokenfactory/types/tx_msgs_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ func (vbt ValidateBasicTest) test() func(t *testing.T) {
3737
}
3838
}
3939

40-
// TestMsgMint_ValidateBasic: Tests if MsgCreateDenom is properly validated.
40+
// TestMsgCreateDenom_ValidateBasic: Tests if MsgCreateDenom is properly validated.
4141
func TestMsgCreateDenom_ValidateBasic(t *testing.T) {
4242
addr := testutil.AccAddress().String()
4343
for _, tc := range []ValidateBasicTest{
@@ -70,7 +70,7 @@ func TestMsgCreateDenom_ValidateBasic(t *testing.T) {
7070
}
7171
}
7272

73-
// TestMsgMint_ValidateBasic: Tests if MsgChangeAdmin is properly validated.
73+
// TestMsgChangeAdmin_ValidateBasic: Tests if MsgChangeAdmin is properly validated.
7474
func TestMsgChangeAdmin_ValidateBasic(t *testing.T) {
7575
sbf := testutil.AccAddress().String()
7676
validDenom := fmt.Sprintf("tf/%s/ftt", sbf)

0 commit comments

Comments
 (0)