File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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.
4141func 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.
7474func TestMsgChangeAdmin_ValidateBasic (t * testing.T ) {
7575 sbf := testutil .AccAddress ().String ()
7676 validDenom := fmt .Sprintf ("tf/%s/ftt" , sbf )
You can’t perform that action at this time.
0 commit comments