Rename creds.UserID() to creds.UID()

This commit is contained in:
2025-04-05 13:59:18 -04:00
parent 0e071fcd68
commit b563a7af34
3 changed files with 7 additions and 6 deletions
+1 -1
View File
@@ -50,7 +50,7 @@ func TestUnixSock(t *testing.T) {
t.Fatalf("Get: %v", err)
}
uid := creds.UserID()
uid := creds.UID()
if uid == "" {
t.Errorf("no UID")
}