fix test name

This commit is contained in:
Joe Fleming 2014-09-02 15:16:14 -07:00
parent c3be73ae57
commit 5c3ca1cc08

View file

@ -206,7 +206,7 @@ define(function (require) {
}));
});
it('should call merge stats and complete', function () {
it('should merge stats and complete', function () {
sinon.stub(SegmentedFetch.prototype, '_executeSearch', getESResponse);