correct some nits in comments

Signed-off-by: allencloud <allen.sun@daocloud.io>
This commit is contained in:
allencloud 2016-09-04 15:17:58 +08:00
parent 62e14c713b
commit acb1fc424b
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ func TestEventsErrorInOptions(t *testing.T) {
}
_, err := client.Events(context.Background(), e.options)
if err == nil || !strings.Contains(err.Error(), e.expectedError) {
t.Fatalf("expected a error %q, got %v", e.expectedError, err)
t.Fatalf("expected an error %q, got %v", e.expectedError, err)
}
}
}