[Plot] Update failining spec

WTD-1515
This commit is contained in:
Victor Woeltjen 2015-09-04 15:53:55 -07:00
parent 142af3db77
commit 4d276888e1

View File

@ -49,7 +49,7 @@ define(
beforeEach(function () {
mockScope = jasmine.createSpyObj(
"$scope",
[ "$watch", "$on" ]
[ "$watch", "$on", "$emit" ]
);
mockFormatter = jasmine.createSpyObj(
"formatter",