Minor nit suggestion
This commit is contained in:
parent
509a181d79
commit
2435f6915b
1 changed files with 1 additions and 1 deletions
|
|
@ -19,7 +19,7 @@ type Context struct {
|
|||
}
|
||||
|
||||
// NewContextForTests creates a new `ssh.Context` with internal properties set to the
|
||||
// specified values. It should only be used to testing to inject test-specific setup.
|
||||
// specified values. It should only be used to inject test-specific setup.
|
||||
func NewContextForTests(configDir, keygenExe string) Context {
|
||||
return Context{
|
||||
configDir,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue