[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

@@ -25,7 +25,7 @@
* SearchSpec. Created by shale on 07/31/2015.
*/
define(
["../../src/providers/ElasticSearchProvider"],
["../src/ElasticSearchProvider"],
function (ElasticSearchProvider) {
"use strict";
@@ -68,7 +68,7 @@ define(
[ "getId", "getModel" ]
);
provider = new ElasticsearchSearchProvider(mockHttp, mockObjectService, "");
provider = new ElasticSearchProvider(mockHttp, mockObjectService, "");
provider.query(' test "query" ', 0, undefined, 1000);
});