mirror of
https://github.com/simplex-chat/simplex-chat.git
synced 2025-06-29 04:39:53 +00:00
core: fix postgres test (#5631)
This commit is contained in:
parent
1f8755f941
commit
7c5966df70
1 changed files with 2 additions and 1 deletions
|
@ -1,5 +1,6 @@
|
||||||
module ChatTests.DBUtils.Postgres where
|
module ChatTests.DBUtils.Postgres where
|
||||||
|
|
||||||
data TestParams = TestParams
|
data TestParams = TestParams
|
||||||
{ tmpPath :: FilePath
|
{ tmpPath :: FilePath,
|
||||||
|
printOutput :: Bool
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue