Fixing typo in horizon widgets

Change-Id: Ic7d7c0a99bc7eead001eec3105a19546d4874641
This commit is contained in:
howardlee
2016-10-17 14:36:08 +08:00
parent 79f6a1105d
commit 780b1c4d89

View File

@@ -575,7 +575,7 @@
magicSearchQuery: ["New"]
};
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
expect(ctrl.facetChoices).toEqual([]);
});