mirror of
https://github.com/simplex-chat/simplex-chat.git
synced 2025-06-29 04:39:53 +00:00
6 lines
123 B
Haskell
6 lines
123 B
Haskell
module ChatTests.DBUtils.Postgres where
|
|
|
|
data TestParams = TestParams
|
|
{ tmpPath :: FilePath,
|
|
printOutput :: Bool
|
|
}
|