Skip to content

Commit

Permalink
update test
Browse files Browse the repository at this point in the history
  • Loading branch information
asliayk committed Dec 16, 2024
1 parent a010141 commit a3e27b2
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,7 @@ import { TextExercise } from 'app/entities/text/text-exercise.model';
import { Exam } from 'app/entities/exam/exam.model';
import { ChannelDTO, ChannelSubType, getAsChannelDTO } from 'app/entities/metis/conversation/channel.model';
import { provideHttpClient } from '@angular/common/http';
import isBetween from 'dayjs/plugin/isBetween';
import dayjs from 'dayjs';
import dayjs from 'dayjs/esm';
import { ConversationDTO, ConversationType } from 'app/entities/metis/conversation/conversation.model';

describe('CourseOverviewService', () => {
Expand Down Expand Up @@ -58,7 +57,6 @@ describe('CourseOverviewService', () => {

course = new Course();
course.id = 1;
dayjs.extend(isBetween);

pastExercise = new ModelingExercise(UMLDiagramType.ClassDiagram, course, undefined) as Exercise;
pastExercise.dueDate = lastWeek;
Expand Down

0 comments on commit a3e27b2

Please sign in to comment.