From 97760e02f5af11616eabad7d1c3166204ea2e3cd Mon Sep 17 00:00:00 2001 From: sjschlapbach Date: Fri, 27 Dec 2024 13:15:40 +0100 Subject: [PATCH] chore: udpate grading tests for empty sample solution array --- packages/grading/test/index.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/grading/test/index.test.ts b/packages/grading/test/index.test.ts index d6998abe48..8d6b17c928 100644 --- a/packages/grading/test/index.test.ts +++ b/packages/grading/test/index.test.ts @@ -188,7 +188,7 @@ describe('@klicker-uzh/grading', () => { solutions: [], response: 'Test', }) - expect(points5).toEqual(1) + expect(points5).toEqual(0) const points6 = gradeQuestionFreeText({ solutions: undefined,