]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - server/tests/api/server/auto-follows.ts
Fix missing wait jobs
[github/Chocobozzz/PeerTube.git] / server / tests / api / server / auto-follows.ts
index 99d5c3142bf4bfff286f22c410bb049594647243..6ce1a3799bcf6b6e80e850214aca1f05192c6032 100644 (file)
@@ -127,7 +127,7 @@ describe('Test auto follows', function () {
     const instanceIndexServer = new MockInstancesIndex()
     let port: number
 
-    before(async () => {
+    before(async function () {
       port = await instanceIndexServer.initialize()
     })