mirror of
https://github.com/simplex-chat/simplex-chat.git
synced 2026-09-27 20:08:34 +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
|
|
}
|