more updates

This commit is contained in:
Astro 2020-06-05 18:56:13 +02:00
parent 46d9cfd81e
commit 4b91f54e3e
2 changed files with 2 additions and 2 deletions

View File

@ -12,7 +12,7 @@ spec = withApp $ do
request $ do request $ do
setMethod "POST" setMethod "POST"
setUrl HomeR setUrl HomeR
addNonce addToken
fileByLabel "Choose a file" "test/Spec.hs" "text/plain" -- talk about self-reference fileByLabel "Choose a file" "test/Spec.hs" "text/plain" -- talk about self-reference
byLabel "What's on the file?" "Some Content" byLabel "What's on the file?" "Some Content"

View File

@ -5,7 +5,7 @@ module TestImport
import Application (makeFoundation) import Application (makeFoundation)
import ClassyPrelude as X hiding (Handler) import ClassyPrelude as X hiding (Handler)
import Database.Persist as X hiding (get) import Database.Persist as X hiding (get, delete, deleteBy)
import Database.Persist.Sql (SqlPersistM, runSqlPersistMPool) import Database.Persist.Sql (SqlPersistM, runSqlPersistMPool)
import Foundation as X import Foundation as X
import Model as X import Model as X