Skip to content

Commit

Permalink
improving test coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
psachmann committed Dec 19, 2024
1 parent eadec3d commit 92ca455
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -226,8 +226,9 @@ export class CommonCartridgeExportService {

private async findCourseCommonCartridgeMetadata(courseId: string): Promise<CourseCommonCartridgeMetadataDto> {
const courseMetadata = await this.coursesClientAdapter.getCourseCommonCartridgeMetadata(courseId);
const dto = new CourseCommonCartridgeMetadataDto(courseMetadata);

return courseMetadata;
return dto;
}

private async findRoomBoardByCourseId(courseId: string): Promise<RoomBoardDto> {
Expand Down

0 comments on commit 92ca455

Please sign in to comment.