change minor mistake of spelling

Signed-off-by: allencloud <allen.sun@daocloud.io>
This commit is contained in:
allencloud
2016-12-20 21:05:19 +08:00
parent 368e309073
commit 693328f346
5 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -31,7 +31,7 @@ func TestNodeInspectNodeNotFound(t *testing.T) {
_, _, err := client.NodeInspectWithRaw(context.Background(), "unknown")
if err == nil || !IsErrNodeNotFound(err) {
t.Fatalf("expected an nodeNotFoundError error, got %v", err)
t.Fatalf("expected a nodeNotFoundError error, got %v", err)
}
}