Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
nikmel2803 committed Jan 13, 2023
1 parent 658807f commit 7d5592b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/worker.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ describe('Worker', () => {
test('creates instance', async () => {
await expect(() => {
worker = new TestWorker();
worker.initMetrics();
// worker.initMetrics();
}).not.toThrowError();
});

Expand Down

0 comments on commit 7d5592b

Please sign in to comment.