mirror of
https://github.com/simplex-chat/simplex-chat.git
synced 2026-07-30 00:59:36 +00:00
6 lines
98 B
Haskell
6 lines
98 B
Haskell
module ChatTests.DBUtils.Postgres where
|
|
|
|
data TestParams = TestParams
|
|
{ tmpPath :: FilePath
|
|
}
|