aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--server/test/Thermoprint/ServerSpec.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/server/test/Thermoprint/ServerSpec.hs b/server/test/Thermoprint/ServerSpec.hs
index fe06a05..495ad10 100644
--- a/server/test/Thermoprint/ServerSpec.hs
+++ b/server/test/Thermoprint/ServerSpec.hs
@@ -41,7 +41,7 @@ setup = withSystemTempFile "thermoprint.sqlite" $ \fp h -> hClose h >> do
41 tManager <- TestManager <$> newEmptyTMVarIO 41 tManager <- TestManager <$> newEmptyTMVarIO
42 termSem <- newQSem 0 42 termSem <- newQSem 0
43 let 43 let
44 runSqlite :: ReaderT ConnectionPool (LoggingT IO) a -> IO a 44 runSqlite :: ReaderT ConnectionPool (NoLoggingT IO) a -> IO a
45 runSqlite = runNoLoggingT . withSqlitePool (T.pack fp) 1 . runReaderT 45 runSqlite = runNoLoggingT . withSqlitePool (T.pack fp) 1 . runReaderT
46 46
47 printers = [ ( pure $ PM tPM 47 printers = [ ( pure $ PM tPM