Commit 989a1a3d by Marcus Andersson Committed by GitHub

fixed failing test. (#25619)

parent fb7d036f
......@@ -91,7 +91,7 @@ describe('GraphCtrl', () => {
});
it('should set datapointsOutside', () => {
expect(ctx.ctrl.dataWarning).toBe(null);
expect(ctx.ctrl.dataWarning).toBeUndefined();
});
});
......
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