fixed failing test. (#25619)

This commit is contained in:
Marcus Andersson
2020-06-16 08:02:55 +02:00
committed by GitHub
parent fb7d036fa4
commit 989a1a3d5d

View File

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