Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions x/tokenfactory/types/tx_msgs_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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{
Expand Down Expand Up @@ -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)
Expand Down
Loading