mirror of
https://github.com/simplex-chat/simplex-chat.git
synced 2026-03-29 16:39:56 +00:00
core: fix postgres test (#5631)
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
module ChatTests.DBUtils.Postgres where
|
||||
|
||||
data TestParams = TestParams
|
||||
{ tmpPath :: FilePath
|
||||
{ tmpPath :: FilePath,
|
||||
printOutput :: Bool
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user