fix: fix build
[poolifier.git] / tests / worker-files / thread / asyncErrorWorker.js
index 39f4055d771d7896c3d0cdf8d490af0d8baca64f..ac9663304c101eb49504fe8ce989c7610228afe8 100644 (file)
@@ -1,9 +1,9 @@
 'use strict'
-const { ThreadWorker, KillBehaviors } = require('../../../lib/index')
+const { ThreadWorker, KillBehaviors } = require('../../../lib')
 const TestUtils = require('../../test-utils')
 
 async function error (data) {
-  return TestUtils.workerSleepFunction(
+  return TestUtils.sleepWorkerFunction(
     data,
     2000,
     true,