Skip to content

Commit

Permalink
Fix unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
dzmitryhil committed Feb 8, 2024
1 parent 2c3b3a7 commit c1b6ccf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion relayer/cmd/cli/cli_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ func TestRecoverTicketsCmd(t *testing.T) {

keyringDir := t.TempDir()
keyName := "owner" //nolint:goconst // testing only variable
addKeyToTestKeyring(t, keyringDir, keyName, xrpl.KeyringSuffix, xrpl.XRPLHDPath)
addKeyToTestKeyring(t, keyringDir, keyName, coreum.KeyringSuffix, xrpl.XRPLHDPath)

args := []string{
flagWithPrefix(cli.FlagKeyName), keyName,
Expand Down

0 comments on commit c1b6ccf

Please sign in to comment.