lint fixes

This commit is contained in:
Ulf Gebhardt 2023-01-26 16:03:40 +01:00
parent 285c753979
commit 8f4992bd9f
Signed by: ulfgebhardt
GPG Key ID: DA6B843E748679C9

View File

@ -95,7 +95,7 @@ let con: any
let testEnv: any
beforeAll(async () => {
testEnv = await testEnvironment(logger)
testEnv = await testEnvironment()
con = testEnv.con
await cleanDB()
})