[Search] Fixed file paths

This commit is contained in:
slhale
2015-08-04 13:04:52 -07:00
parent d9a1b9d530
commit 5711b2b241
4 changed files with 5 additions and 5 deletions

View File

@@ -31,7 +31,7 @@ define(
describe("The generic search worker ", function () {
// If this test fails, make sure this path is correct
var worker = new Worker('platform/search/src/workers/GenericSearchWorker.js'),
var worker = new Worker('platform/search/src/services/GenericSearchWorker.js'),
numObjects = 5;
beforeEach(function () {