X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=tests%2Fpools%2Fthread%2Ffixed.test.js;h=01622f1622c87237e1dc501313ff14ef348cc2dd;hb=7fd82a1cb4d9d43e0f44333db35d3c4ad694e010;hp=c7abad00834c0a6cfd3c96bf4ae06b731d82e2f3;hpb=3f7eb773a2c8775fa263b696b6a611e484e437a8;p=poolifier.git diff --git a/tests/pools/thread/fixed.test.js b/tests/pools/thread/fixed.test.js index c7abad00..01622f16 100644 --- a/tests/pools/thread/fixed.test.js +++ b/tests/pools/thread/fixed.test.js @@ -1,6 +1,6 @@ const { expect } = require('expect') const { FixedThreadPool } = require('../../../lib/index') -const WorkerFunctions = require('../../test-types') +const { WorkerFunctions } = require('../../test-types') const TestUtils = require('../../test-utils') describe('Fixed thread pool test suite', () => {