Skip to content

Commit

Permalink
BC-8508 - fix test issue
Browse files Browse the repository at this point in the history
  • Loading branch information
bergatco committed Jan 21, 2025
1 parent f60f6e3 commit 75bb38d
Showing 1 changed file with 1 addition 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 { AuthorizableReferenceType, AuthorizationInjectionService } from '@modules/authorization';
import { Test, TestingModule } from '@nestjs/testing';
import { SchoolExternalToolRepo } from '@shared/rep/schoolexternaltool';
import { SchoolExternalToolRepo } from '@shared/repo/schoolexternaltool';
import { legacySchoolDoFactory } from '@testing/factory/domainobject';
import { SchoolExternalTool } from '../domain';
import { schoolExternalToolFactory } from '../testing';
Expand Down

0 comments on commit 75bb38d

Please sign in to comment.