fixed failing test. (#25619)
This commit is contained in:
@@ -91,7 +91,7 @@ describe('GraphCtrl', () => {
|
||||
});
|
||||
|
||||
it('should set datapointsOutside', () => {
|
||||
expect(ctx.ctrl.dataWarning).toBe(null);
|
||||
expect(ctx.ctrl.dataWarning).toBeUndefined();
|
||||
});
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user