Skip to content

Commit 9557dc3

Browse files
committed
fixing a vet issue
Signed-off-by: avaid96 <[email protected]>
1 parent 59b3d54 commit 9557dc3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

osxkeychain/osxkeychain_darwin_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ func TestOSXKeychainHelper(t *testing.T) {
4141
helper.Add(creds)
4242
newpaths, newaccts, err := helper.List()
4343
if len(newpaths)-len(paths) != 1 || len(newaccts)-len(accts) != 1 {
44-
t.Fatal()
44+
t.Fatal(err)
4545
}
4646
helper.Delete(creds.ServerURL)
4747
}

0 commit comments

Comments
 (0)