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

Modified mocked data to be less than 500kb

parent ec7dc3ca
This diff is collapsed.
......@@ -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