chore: fix tests

This commit is contained in:
Gregor Kleen 2020-02-18 23:11:54 +01:00
parent 3dd6e21f8e
commit 0360801383

View File

@ -516,7 +516,7 @@ fillDb = do
, examFinished = Just $ addUTCTime (21 * nominalDay) now
, examClosed = Nothing
, examPublicStatistics = True
, examShowGrades = True
, examGradingMode = ExamGradingGrades
, examDescription = Nothing
}
void . insertMany $ map (\u -> ExamRegistration examFFP u Nothing now)