mirror of
https://github.com/simplex-chat/simplex-chat.git
synced 2026-09-27 22:18:36 +00:00
8 lines
144 B
Haskell
8 lines
144 B
Haskell
module ChatTests.DBUtils.Postgres where
|
|
|
|
data TestParams = TestParams
|
|
{ tmpPath :: FilePath,
|
|
portBase :: Int,
|
|
printOutput :: Bool
|
|
}
|