Skip to content

Commit

Permalink
solved more linting errors
Browse files Browse the repository at this point in the history
  • Loading branch information
wolfganggreschus committed Nov 25, 2023
1 parent 0c1e5e2 commit 6b419c7
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@ import { createMock, DeepMocked } from '@golevelup/ts-jest';
import { IdentityManagementOauthService } from '@infra/identity-management';
import { Test, TestingModule } from '@nestjs/testing';
import { EntityNotFoundError } from '@shared/common';
import { OauthConfigEntity, SystemEntity, SystemTypeEnum } from '@shared/domain';
import { OauthConfigEntity, SystemEntity } from '@shared/domain/entity';
import { SystemTypeEnum } from '@shared/domain/types';
import { LegacySystemRepo } from '@shared/repo';
import { systemEntityFactory } from '@shared/testing';
import { SystemMapper } from '../mapper';
Expand Down

0 comments on commit 6b419c7

Please sign in to comment.