diff --git a/test/unit/services/themes/handlebars/helpers_spec.js b/test/unit/services/themes/handlebars/helpers_spec.js index 02e76a2481..7816946002 100644 --- a/test/unit/services/themes/handlebars/helpers_spec.js +++ b/test/unit/services/themes/handlebars/helpers_spec.js @@ -3,7 +3,7 @@ const _ = require('lodash'); const hbs = require('../../../../../core/frontend/services/theme-engine/engine'); // Stuff we are testing -const helpers = require('../../../../../core/frontend/helpers'); +const helpers = require('../../../../../core/frontend/services/themes/handlebars/helpers'); describe('Helpers', function () { const hbsHelpers = ['each', 'if', 'unless', 'with', 'helperMissing', 'blockHelperMissing', 'log', 'lookup', 'block', 'contentFor'];