1
0
mirror of https://github.com/docker/cli.git synced 2026-01-16 20:22:36 +03:00

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

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)
}
}
}