Skip to content

Commit

Permalink
fix import
Browse files Browse the repository at this point in the history
  • Loading branch information
MarvinOehlerkingCap committed Dec 13, 2024
1 parent ce65545 commit 6304ca4
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { createMock, DeepMocked } from '@golevelup/ts-jest';
import { ObjectId } from '@mikro-orm/mongodb';
import { Group, GroupService } from '@modules/group';
import { Logger, NotImplementedException } from '@nestjs/common';
import { NotImplementedException } from '@nestjs/common';
import { ConfigService } from '@nestjs/config';
import { Test, TestingModule } from '@nestjs/testing';
import { LegacySchoolDo, UserDO } from '@shared/domain/domainobject';
Expand All @@ -14,6 +14,7 @@ import {
legacySchoolDoFactory,
userDoFactory,
} from '@shared/testing';
import { Logger } from '@src/core/logger';
import {
ExternalGroupDto,
ExternalSchoolDto,
Expand Down

0 comments on commit 6304ca4

Please sign in to comment.