Skip to content

Commit

Permalink
more linting errors
Browse files Browse the repository at this point in the history
  • Loading branch information
wolfganggreschus committed Nov 25, 2023
1 parent 6b419c7 commit f45a090
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
import { createMock, DeepMocked } from '@golevelup/ts-jest';
import { System } from '@modules/system';
import { Test, TestingModule } from '@nestjs/testing';
import { Permission, SchoolEntity, SystemEntity, User } from '@shared/domain';
import { SchoolEntity, SystemEntity, User } from '@shared/domain/entity';
import { Permission } from '@shared/domain/interface';
import { schoolFactory, setupEntities, systemEntityFactory, systemFactory, userFactory } from '@shared/testing';
import { AuthorizationContextBuilder } from '../mapper';
import { AuthorizationHelper } from '../service/authorization.helper';
Expand Down

0 comments on commit f45a090

Please sign in to comment.