Remove obsolete timeout, fix couple of typos in tests

This commit is contained in:
haad
2023-12-15 10:27:02 +02:00
parent 0638fc675b
commit 0fd5287c8c
3 changed files with 6 additions and 17 deletions

View File

@@ -62,7 +62,7 @@ describe('Sync protocol', function () {
await sync.stop()
}
if (log) {
await log.close
await log.close()
}
})