Rename test

This commit is contained in:
adrinr 2023-03-30 15:12:40 +01:00
parent 301ad598ad
commit b8fe9671b1
1 changed files with 1 additions and 1 deletions

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 })