chore: fix spelling errors (#20187)

Co-authored-by: github-merge-queue <118344674+github-merge-queue@users.noreply.github.com>
Co-authored-by: marbar3778 <marbar3778@yahoo.com>
Co-authored-by: Marko <marko@baricevic.me>
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
This commit is contained in:
Cosmos SDK
2024-04-25 17:32:55 +00:00
committed by GitHub
co-authored by github-merge-queue marbar3778 Marko coderabbitai[bot]
parent b15732a594
commit fbb94f437f
6 changed files with 36 additions and 35 deletions
+2 -2
View File
@@ -51,7 +51,7 @@ func Test_runRenameCmd(t *testing.T) {
cmd.SetArgs([]string{fakeKeyName1, invalidName, fmt.Sprintf("--%s=%s", flags.FlagKeyringDir, kbHome)})
require.ErrorContains(t, cmd.ExecuteContext(ctx), "the new name cannot be empty or consist solely of whitespace")
// rename a key 'blah' which doesnt exist
// rename a key 'blah' which doesn't exist
cmd.SetArgs([]string{"blah", "blaah", fmt.Sprintf("--%s=%s", flags.FlagKeyringDir, kbHome)})
err = cmd.ExecuteContext(ctx)
require.Error(t, err)
@@ -101,7 +101,7 @@ func Test_runRenameCmd(t *testing.T) {
require.NoError(t, err)
require.Equal(t, oldAddr, renamedAddr)
// try to rename key1 but it doesnt exist anymore so error
// try to rename key1 but it doesn't exist anymore so error
cmd.SetArgs([]string{
fakeKeyName1,
fakeKeyName2,