This commit is contained in:
Josh Soref
2018-03-20 14:54:10 -04:00
committed by Jeff Mitchell
parent f105461df5
commit e43b76ef97
157 changed files with 246 additions and 246 deletions

View File

@@ -139,7 +139,7 @@ func TestUnwrapCommand_Run(t *testing.T) {
cmd.client = client
cmd.client.SetToken(wrappedToken)
// Intentionally don't pass the token here - it shoudl use the local token
// Intentionally don't pass the token here - it should use the local token
code := cmd.Run([]string{})
if exp := 0; code != exp {
t.Errorf("expected %d to be %d", code, exp)