Skip to content

Commit

Permalink
fix EvaluationUntil-dont-check-current-date #471
Browse files Browse the repository at this point in the history
  • Loading branch information
schefbi authored Nov 10, 2022
1 parent 20ff533 commit a6735c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/events/utils/events.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ describe('Course utils', () => {
const pastDate = new Date(2022, 1, 1);

const evaluationStatusRef = {
HasEvaluationStarted: true,
HasEvaluationStarted: false,
EvaluationUntil: new Date(pastDate),
HasReviewOfEvaluationStarted: false,
HasTestGrading: false,
Expand Down

0 comments on commit a6735c7

Please sign in to comment.