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 , examFinished = Just $ addUTCTime (21 * nominalDay) now
, examClosed = Nothing , examClosed = Nothing
, examPublicStatistics = True , examPublicStatistics = True
, examShowGrades = True , examGradingMode = ExamGradingGrades
, examDescription = Nothing , examDescription = Nothing
} }
void . insertMany $ map (\u -> ExamRegistration examFFP u Nothing now) void . insertMany $ map (\u -> ExamRegistration examFFP u Nothing now)