Skip to content

Commit

Permalink
chore: udpate grading tests for empty sample solution array
Browse files Browse the repository at this point in the history
  • Loading branch information
sjschlapbach committed Dec 27, 2024
1 parent 4c80f39 commit 97760e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/grading/test/index.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ describe('@klicker-uzh/grading', () => {
solutions: [],
response: 'Test',
})
expect(points5).toEqual(1)
expect(points5).toEqual(0)

const points6 = gradeQuestionFreeText({
solutions: undefined,
Expand Down

0 comments on commit 97760e0

Please sign in to comment.