diff options
Diffstat (limited to 'cli_test.go')
| -rw-r--r-- | cli_test.go | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/cli_test.go b/cli_test.go index 5eeffd4..8d0218c 100644 --- a/cli_test.go +++ b/cli_test.go @@ -198,10 +198,11 @@ func TestCli_SetPrivateKey(t *testing.T) { } var ( - gotLabels []string = cli.List() - label string - issuer *Issuer - got bytes.Buffer + gotLabels = cli.List() + + label string + issuer *Issuer + got bytes.Buffer ) for _, label = range gotLabels { |
