core: fix postgres test (#5631)

This commit is contained in:
Evgeny 2025-02-15 17:09:11 +00:00 committed by GitHub
parent 1f8755f941
commit 7c5966df70
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,5 +1,6 @@
module ChatTests.DBUtils.Postgres where
data TestParams = TestParams
{ tmpPath :: FilePath
{ tmpPath :: FilePath,
printOutput :: Bool
}