diff --git a/test/server/ipc-proxy-test.js b/test/server/ipc-proxy-test.js index c0ed6b776c7..75a10ad26e2 100644 --- a/test/server/ipc-proxy-test.js +++ b/test/server/ipc-proxy-test.js @@ -5,7 +5,7 @@ const ServiceHost = require('./data/ipc-proxy/host'); describe('IPC Proxy', () => { let serviceHost = null; - afterEach(async function () { + afterEach(async () => { if (serviceHost) await serviceHost.close(); });