Merge PR #7485: keyring-dir flag
This commit is contained in:
+1
-1
@@ -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{
|
||||
|
||||
Reference in New Issue
Block a user