Skip to content

Commit

Permalink
Update modeling submission test to inlcude correct feedback type
Browse files Browse the repository at this point in the history
  • Loading branch information
LeonWehrhahn committed Jan 9, 2025
1 parent e285f5b commit dc58d1c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -505,7 +505,7 @@ describe('ModelingSubmissionComponent', () => {
detailText: 'feedback1',
credits: 1,
gradingInstruction,
type: FeedbackType.MANUAL_UNREFERENCED,
type: FeedbackType.AUTOMATIC,
} as Feedback,
{
id: 2,
Expand Down

0 comments on commit dc58d1c

Please sign in to comment.