diff --git a/test/sequential/test-worker-eventlooputil.js b/test/sequential/test-worker-eventlooputil.js index 5255051ab82dea..55a3995c3d11c1 100644 --- a/test/sequential/test-worker-eventlooputil.js +++ b/test/sequential/test-worker-eventlooputil.js @@ -10,7 +10,7 @@ const { parentPort, } = require('worker_threads'); const { performance } = require('perf_hooks'); -const { eventLoopUtilization, now } = require('perf_hooks').performance; +const { eventLoopUtilization } = require('perf_hooks').performance; // Use argv to detect whether we're running as a Worker called by this test vs. // this test also being called as a Worker.