diff --git a/test/unit/utils-tests.js b/test/unit/utils-tests.js index 88350cca..1fa733c9 100644 --- a/test/unit/utils-tests.js +++ b/test/unit/utils-tests.js @@ -1,5 +1,5 @@ require(__dirname + '/test-helper'); -var Pool = require("utils").Pool; +var Pool = require(__dirname + "/../../lib/utils").Pool; //this tests the monkey patching //to ensure comptability with older