1
0
mirror of https://github.com/docker/docker-credential-helpers.git synced 2026-06-13 16:01:28 +05:30

fixing a vet issue

Signed-off-by: avaid96 <avaid1996@gmail.com>
This commit is contained in:
avaid96
2016-07-12 00:04:34 -07:00
parent 59b3d54595
commit 9557dc3c3f
+1 -1
View File
@@ -41,7 +41,7 @@ func TestOSXKeychainHelper(t *testing.T) {
helper.Add(creds)
newpaths, newaccts, err := helper.List()
if len(newpaths)-len(paths) != 1 || len(newaccts)-len(accts) != 1 {
t.Fatal()
t.Fatal(err)
}
helper.Delete(creds.ServerURL)
}