Skip to content

Commit a901320

Browse files
[Course statistics] Fix tests
1 parent eb1a124 commit a901320

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cypress/e2e/Course_statistics.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -531,7 +531,7 @@ describe('Course Statistics tests', () => {
531531
['Total*', null, 255, 217, 20, '91.56 %', 73, 73, 0, 0],
532532
emptyYear('2023-2024'),
533533
['2022-2023', null, 28, 28, 0, '100.00 %', 28, 28, 0, 0],
534-
['2021-2022', null, 45, 27, 0, '100.00 %', 45, 45, 0, 0],
534+
['2021-2022', null, 45, 27, 0, '60.00 %', 45, 45, 0, 0],
535535
['2020-2021', null, 34, 34, 0, '100.00 %'],
536536
['2019-2020', null, 60, 57, 3, '95.00 %'],
537537
['2018-2019', null, 46, 39, 7, '84.78 %'],

0 commit comments

Comments
 (0)