Skip to content

Commit

Permalink
N21-1207 fixes test
Browse files Browse the repository at this point in the history
  • Loading branch information
arnegns committed Oct 20, 2023
1 parent 42a0879 commit 9b79248
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/server/src/modules/group/uc/group.uc.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ import { RoleService } from '@modules/role';
import { RoleDto } from '@modules/role/service/dto/role.dto';
import { SystemDto, SystemService } from '@modules/system';
import { UserService } from '@modules/user';
import { Group } from '../domain';
import { Group, GroupTypes } from '../domain';
import { GroupService } from '../service';
import { ClassInfoDto, ResolvedGroupDto } from './dto';
import { ClassRootType } from './dto/class-root-type';
Expand Down

0 comments on commit 9b79248

Please sign in to comment.