mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
await for the connection to close
This commit is contained in:
parent
ec1322c5ed
commit
4db0235738
@ -41,7 +41,7 @@ beforeAll(async () => {
|
||||
|
||||
afterAll(async () => {
|
||||
await cleanDB()
|
||||
con.close()
|
||||
await con.close()
|
||||
})
|
||||
|
||||
describe('UserResolver', () => {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user