Skip to content

Commit

Permalink
import fix
Browse files Browse the repository at this point in the history
  • Loading branch information
WojciechGrancow committed Nov 8, 2023
1 parent 4736ee6 commit decb0fa
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { EntityManager, ObjectId } from '@mikro-orm/mongodb';
import { Test, TestingModule } from '@nestjs/testing';
import { MongoMemoryDatabaseModule } from '@shared/infra/database';
import { MongoMemoryDatabaseModule } from '@infra/database';
import { cleanupCollections } from '@shared/testing';
import { RocketChatUserMapper } from './mapper';
import { RocketChatUserEntity } from '../entity';
Expand Down

0 comments on commit decb0fa

Please sign in to comment.