[Performance] Update spec for ElasticIndicator

...to reflect changes in  call to reduce digest frequency.
This commit is contained in:
Victor Woeltjen 2015-12-03 16:45:30 -08:00
parent 1bf73935e4
commit dd4dbc9326

View File

@ -55,6 +55,7 @@ define(
expect(mockInterval).toHaveBeenCalledWith(
jasmine.any(Function),
testInterval,
0,
false
);
});