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

View File

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