Merge "Fixing typo in horizon widgets"

This commit is contained in:
Jenkins 2016-10-21 07:19:30 +00:00 committed by Gerrit Code Review
commit b96d62fa51

View File

@ -575,7 +575,7 @@
magicSearchQuery: ["New"] magicSearchQuery: ["New"]
}; };
scope.$broadcast('initSearch', data); scope.$broadcast('initSearch', data);
// facetChoices is initialized on initSeach. Look for that init // facetChoices is initialized on initSearch. Look for that init
// as proof the method was called // as proof the method was called
expect(ctrl.facetChoices).toEqual([]); expect(ctrl.facetChoices).toEqual([]);
}); });