Fix a test

This commit is contained in:
Michael Snoyman 2014-03-04 13:57:43 +02:00
parent 84baab6fb5
commit eb54c35677

View File

@ -27,7 +27,7 @@ mkYesod "App" [parseRoutes|
instance Yesod App
instance YesodPersist App where
type YesodPersistBackend App = SqlPersistT
type YesodPersistBackend App = SqlBackend
runDB = defaultRunDB appConfig appPool
instance YesodPersistRunner App where
getDBRunner = defaultGetDBRunner appPool