Fix flakiness
This commit is contained in:
parent
de28670be1
commit
0850ee7b8c
|
@ -18,7 +18,7 @@ export const UserGroup = () => {
|
|||
apps: [],
|
||||
color: generator.color(),
|
||||
icon: generator.word(),
|
||||
name: generator.word({ length: 2 }),
|
||||
name: generator.word(),
|
||||
roles: roles,
|
||||
users: [],
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue