Fix test
This commit is contained in:
parent
eb0e1382d0
commit
6b86addb3e
@ -534,6 +534,7 @@ fillDb = do
|
|||||||
, tutorialRegisterFrom = Just now
|
, tutorialRegisterFrom = Just now
|
||||||
, tutorialRegisterTo = Nothing
|
, tutorialRegisterTo = Nothing
|
||||||
, tutorialDeregisterUntil = Nothing
|
, tutorialDeregisterUntil = Nothing
|
||||||
|
, tutorialLastChanged = now
|
||||||
}
|
}
|
||||||
void . insert $ Tutor tut1 gkleen
|
void . insert $ Tutor tut1 gkleen
|
||||||
void . insert $ TutorialParticipant tut1 fhamann
|
void . insert $ TutorialParticipant tut1 fhamann
|
||||||
@ -551,6 +552,7 @@ fillDb = do
|
|||||||
, tutorialRegisterFrom = Just now
|
, tutorialRegisterFrom = Just now
|
||||||
, tutorialRegisterTo = Nothing
|
, tutorialRegisterTo = Nothing
|
||||||
, tutorialDeregisterUntil = Nothing
|
, tutorialDeregisterUntil = Nothing
|
||||||
|
, tutorialLastChanged = now
|
||||||
}
|
}
|
||||||
void . insert $ Tutor tut2 gkleen
|
void . insert $ Tutor tut2 gkleen
|
||||||
-- datenbanksysteme
|
-- datenbanksysteme
|
||||||
|
|||||||
Reference in New Issue
Block a user