Skip to content

Commit

Permalink
chore: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Unique-Divine committed Aug 22, 2024
1 parent d20f66c commit 1d54f44
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions x/evm/cli/cli_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ var (
func (s *Suite) TestCmdConvertCoinToEvm() {
testCases := []TestCase{
{
name: "happy: convert-coin-to-ev:qm",
name: "happy: convert-coin-to-evm",
args: []string{
"convert-coin-to-ev:qm",
"convert-coin-to-evm",
dummyEthAddr,
fmt.Sprintf("%d%s", 123, dummyFuntoken.BankDenom),
},
Expand All @@ -35,7 +35,7 @@ func (s *Suite) TestCmdConvertCoinToEvm() {
{
name: "sad: coin format",
args: []string{
"convert-coin-to-ev:qm",
"convert-coin-to-evm",
dummyAccs[1].EthAddr.Hex(),
fmt.Sprintf("%s %d", dummyFuntoken.BankDenom, 123),
},
Expand Down

0 comments on commit 1d54f44

Please sign in to comment.