fix broken test

This commit is contained in:
Erik Sundell
2019-01-09 14:44:47 +01:00
parent 92121cacd1
commit 23996b364e
@@ -48,7 +48,7 @@ describe('Aggregations', () => {
});
it('', () => {
const options = wrapper.state().aggOptions[0].options;
expect(options.length).toEqual(1);
expect(options.length).toEqual(5);
expect(options.map(o => o.value)).toEqual(expect.arrayContaining(['REDUCE_NONE']));
});
});