kaori пре 4 година
родитељ
комит
0132fd009e
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      packages/app/test/integration/service/v5.user-groups.test.ts

+ 1 - 1
packages/app/test/integration/service/v5.user-groups.test.ts

@@ -45,7 +45,7 @@ describe('UserGroupService', () => {
   /*
     * Update UserGroup
     */
-  test('Can update user group basic info (name, description, parent)', async() => {
+  test('Updated values should be reflected. (name, description, parent)', async() => {
     const userGroup = await UserGroup.findOne({ _id: groupId1 });
 
     const newGroupName = 'v5_group1_new';