1
0
Fork 0
mirror of synced 2024-07-07 15:25:52 +12:00

Rename test

This commit is contained in:
adrinr 2023-03-30 15:12:40 +01:00
parent 301ad598ad
commit b8fe9671b1

View file

@ -98,7 +98,7 @@ describe("syncGlobalUsers", () => {
})
})
it("app users are removed when user removed from user group", async () => {
it("app users are removed when app is removed from user group", async () => {
await config.doInTenant(async () => {
const group = await proSdk.groups.save(structures.userGroups.userGroup())
const user1 = await config.createUser({ admin: false, builder: false })