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