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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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