1
0
Fork 0
mirror of synced 2024-09-28 07:11:40 +12:00

Fix flaky scim test.

This commit is contained in:
Sam Rose 2024-03-19 15:45:24 +00:00
parent a0b7e69af0
commit 79bba82908
No known key found for this signature in database

View file

@ -3,7 +3,7 @@ import { generator } from "./generator"
export function userGroup(): UserGroup {
return {
name: generator.word(),
name: generator.guid(),
icon: generator.word(),
color: generator.word(),
}