Skip to content

Commit

Permalink
revert change
Browse files Browse the repository at this point in the history
  • Loading branch information
miherlosev committed Mar 23, 2023
1 parent 029761a commit 08ab5b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/server/ipc-proxy-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -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();
});
Expand Down

0 comments on commit 08ab5b4

Please sign in to comment.