correct error

This commit is contained in:
Claus-Peter Huebner 2023-10-17 23:46:35 +02:00
parent da0deb01d2
commit 23761c065b

View File

@ -35,7 +35,7 @@ beforeAll(async () => {
testEnv = await testEnvironment(logger)
mutate = testEnv.mutate
// query = testEnv.query
con = testEnv.con
// con = testEnv.con
await cleanDB()
})