Skip to content

Commit

Permalink
fix: update unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
tikhanovichA committed Oct 17, 2024
1 parent fe1d879 commit 2097244
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/qtiItem/maxScore/test.js
Original file line number Diff line number Diff line change
Expand Up @@ -423,7 +423,7 @@ define([
expectedMaximum: 5,
maxScore: 5
},
{ title: 'response - none', data: dataResponseNone, expectedMaximum: 5, maxScore: 5 },
{ title: 'response - none', data: dataResponseNone, expectedMaximum: 5, maxScore: 6 },
{ title: 'external scored', data: dataResponseExternalScored, expectedMaximum: 6, maxScore: 7 },
{ title: 'removed MAXSCORE and SCORE', data: dataResponseExternalScoredNone, expectedMaximum: void 0, maxScore: void 0 },
{ title: 'MAXSCORE and SCORE are NOT removed when outcome has external scored', data: dataResponseExternalScoredOutcome, expectedMaximum: 0, maxScore: 1 },
Expand Down

0 comments on commit 2097244

Please sign in to comment.