Skip to content

Commit

Permalink
test errors removed
Browse files Browse the repository at this point in the history
  • Loading branch information
wolfganggreschus committed Nov 25, 2023
1 parent b9f076a commit 0c1e5e2
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 @@ -2,7 +2,7 @@ import { EntityManager, ObjectId } from '@mikro-orm/mongodb';
import { ServerTestModule } from '@modules/server';
import { HttpStatus, INestApplication } from '@nestjs/common';
import { Test, TestingModule } from '@nestjs/testing';
import { OauthConfigEntity, SystemEntity } from '@shared/domain/entity';
import { OauthConfigEntity, SchoolEntity, SystemEntity } from '@shared/domain/entity';
import { TestApiClient, UserAndAccountTestFactory, schoolFactory, systemEntityFactory } from '@shared/testing';
import { Response } from 'supertest';
import { PublicSystemListResponse, PublicSystemResponse } from '../dto';
Expand Down
2 changes: 1 addition & 1 deletion apps/server/src/modules/system/repo/system.repo.spec.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { MongoMemoryDatabaseModule } from '@infra/database';
import { EntityManager, ObjectId } from '@mikro-orm/mongodb';
import { Test, TestingModule } from '@nestjs/testing';
import { LdapConfigEntity, OauthConfigEntity, SystemEntity } from '@shared/domain';
import { LdapConfigEntity, OauthConfigEntity, SystemEntity } from '@shared/domain/entity';
import { SystemProvisioningStrategy } from '@shared/domain/interface/system-provisioning.strategy';
import { cleanupCollections, systemEntityFactory } from '@shared/testing';
import { System, SystemProps } from '../domain';
Expand Down

0 comments on commit 0c1e5e2

Please sign in to comment.