Commit 2278b5d8 authored by Jose Ivan Vargas's avatar Jose Ivan Vargas

Modified mocked data to be less than 500kb

parent ec7dc3ca
This source diff could not be displayed because it is too large. You can view the blob instead.
......@@ -15,6 +15,6 @@ describe('Multiple time series', () => {
it('createTimeSeries returns an array', () => {
expect(timeSeries instanceof Array).toEqual(true);
expect(timeSeries.length).toEqual(5);
expect(timeSeries.length).toEqual(2);
});
});
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment