Add ExpireDate to user customizations test

This commit is contained in:
Andre Marianiello 2024-03-12 22:18:44 -04:00 committed by Simon Steinbeiß
parent d8a0cfe0ac
commit 0ece609c8b

View file

@ -110,6 +110,7 @@ func TestGetUsers(t *testing.T) {
}
UID := 123
GID := 321
ExpireDate := 12345
expectedUsers := []UserCustomization{
UserCustomization{
@ -122,6 +123,7 @@ func TestGetUsers(t *testing.T) {
Groups: Groups,
UID: &UID,
GID: &GID,
ExpireDate: &ExpireDate,
},
}