Skip to content

Commit

Permalink
Fix unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
nflaig committed Feb 17, 2024
1 parent b36cd9f commit 9730efc
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion packages/beacon-node/test/unit/monitoring/service.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,9 @@ describe("monitoring / service", () => {
// wait for initial monitoring interval
await waitForInterval();

afterAll(service.close);
afterAll(() => {
service.close();
});

return service;
}
Expand Down

0 comments on commit 9730efc

Please sign in to comment.