Merge PR #7485: keyring-dir flag

This commit is contained in:
Aleksandr Bezobchuk
2020-10-08 13:41:35 -04:00
committed by GitHub
parent 1832ab2c92
commit f3733aaecb
32 changed files with 143 additions and 100 deletions
+1 -1
View File
@@ -56,7 +56,7 @@ func TestValidateCmd(t *testing.T) {
}
func TestSetCmdClientContextHandler(t *testing.T) {
initClientCtx := client.Context{}.WithHomeDir("/foo/bar").WithChainID("test-chain")
initClientCtx := client.Context{}.WithHomeDir("/foo/bar").WithChainID("test-chain").WithKeyringDir("/foo/bar")
newCmd := func() *cobra.Command {
c := &cobra.Command{