docs: refine changelog entries
[poolifier.git] / tests / worker-files / thread / longRunningWorkerSoftBehavior.js
index 65195d6f64388aaf7cc3e78eacf58ca35355a319..c6fa5393f44830bd9e8af28dabc473ad6198d8b3 100644 (file)
@@ -1,9 +1,9 @@
 'use strict'
-const { ThreadWorker } = require('../../../lib/index')
+const { ThreadWorker } = require('../../../lib')
 const TestUtils = require('../../test-utils')
 
 async function sleep (data) {
-  return TestUtils.workerSleepFunction(data, 50000)
+  return TestUtils.sleepWorkerFunction(data, 50000)
 }
 
 module.exports = new ThreadWorker(sleep, {