Skip to content

Commit

Permalink
N21-1256 fixes imports
Browse files Browse the repository at this point in the history
  • Loading branch information
arnegns committed Sep 18, 2023
1 parent e70c0c2 commit e419bb9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import { SchoolService } from '@src/modules/school';
import { UserService } from '@src/modules/user';
import { ObjectId } from 'bson';
import { Authorization } from 'oauth-1.0a';
import { CourseService } from '../../../../learnroom/service/course.service';
import { CourseService } from '@src/modules/learnroom/service/course.service';
import { LtiMessageType, LtiPrivacyPermission, LtiRole, ToolContextType } from '../../../common/enum';
import { ContextExternalTool } from '../../../context-external-tool/domain';
import { ExternalTool } from '../../../external-tool/domain';
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { createMock } from '@golevelup/ts-jest';
import { Test, TestingModule } from '@nestjs/testing';
import { contextExternalToolFactory, externalToolFactory, schoolExternalToolFactory } from '@shared/testing';
import { SchoolService } from '@src/modules/school';
import { CourseService } from '../../../../learnroom/service/course.service';
import { CourseService } from '@src/modules/learnroom/service/course.service';
import { ContextExternalTool } from '../../../context-external-tool/domain';
import { ExternalTool } from '../../../external-tool/domain';
import { SchoolExternalTool } from '../../../school-external-tool/domain';
Expand Down

0 comments on commit e419bb9

Please sign in to comment.