[Plots] #638 Fixed failing test

This commit is contained in:
Henry
2016-02-23 15:22:21 -08:00
parent fcdf89a4ee
commit aabeb72203
2 changed files with 3 additions and 3 deletions

View File

@@ -94,6 +94,9 @@ define(
]);
mockScope.domainObject = mockDomainObject;
function noop() {}
mockScope.$watchCollection.andReturn(noop);
plotOptionsController = new PlotOptionsController(mockScope);
});