Skip to content

Commit

Permalink
test build fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Metauriel committed Jan 21, 2025
1 parent 0357e4a commit 9d46859
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import { cleanupCollections } from '@testing/cleanup-collections';
import { TestApiClient } from '@testing/test-api-client';
import { roomEntityFactory } from '../../testing/room-entity.factory';
import { RoomRolesTestFactory } from '../../testing/room-roles.test.factory';
import { RoomMemberListResponse } from '../dto/response/room-member.response';
import { RoomMemberListResponse } from '../dto/response/room-member-list.response';

describe('Room Controller (API)', () => {
let app: INestApplication;
Expand Down

0 comments on commit 9d46859

Please sign in to comment.