mirror of
https://github.com/rwinkhart/peercred-mini.git
synced 2026-09-06 00:57:18 -04:00
Rename creds.UserID() to creds.UID()
This commit is contained in:
@@ -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")
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user