Explorar el Código

Merge pull request #25746 from lixiaobing10051267/masterName

wrong id when testing exists in daemon aufs
Brian Goff hace 9 años
padre
commit
d7753dceb8
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      daemon/graphdriver/aufs/aufs_test.go

+ 1 - 1
daemon/graphdriver/aufs/aufs_test.go

@@ -550,7 +550,7 @@ func TestExists(t *testing.T) {
 	}
 
 	if d.Exists("none") {
-		t.Fatal("id name should not exist in the driver")
+		t.Fatal("id none should not exist in the driver")
 	}
 
 	if !d.Exists("1") {