Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
= Enea_Gore committed Oct 27, 2024
1 parent 7c466a4 commit ba65dc0
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -215,6 +215,7 @@ describe('RequestFeedbackButtonComponent', () => {
} as StudentParticipation;
const exercise = { id: 1, type: ExerciseType.TEXT, course: {}, studentParticipations: [participation], allowFeedbackRequests: true } as Exercise;
fixture.componentRef.setInput('exercise', exercise);
fixture.componentRef.setInput('isSubmitted', true);
fixture.componentRef.setInput('isGeneratingFeedback', false);
mockExerciseDetails(exercise);

Expand Down

0 comments on commit ba65dc0

Please sign in to comment.