Skip to content

Commit

Permalink
pending changes test case
Browse files Browse the repository at this point in the history
  • Loading branch information
= Enea_Gore committed Oct 9, 2024
1 parent 0d44816 commit 2045085
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -434,7 +434,7 @@ describe('TextEditorComponent', () => {
],
} as StudentParticipation;
comp.submission = { id: 1, text: 'the same text' };
comp.answer = 'the same text';
comp.answer = 'not the same text';
const result = comp.assureConditionsSatisfied();
expect(alertServiceSpy).toHaveBeenCalledOnce();
expect(alertServiceSpy).toHaveBeenCalledWith('artemisApp.exercise.feedbackRequestPendingChanges');
Expand Down

0 comments on commit 2045085

Please sign in to comment.