mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
fixed failing test. (#25619)
This commit is contained in:
parent
fb7d036fa4
commit
989a1a3d5d
@ -91,7 +91,7 @@ describe('GraphCtrl', () => {
|
||||
});
|
||||
|
||||
it('should set datapointsOutside', () => {
|
||||
expect(ctx.ctrl.dataWarning).toBe(null);
|
||||
expect(ctx.ctrl.dataWarning).toBeUndefined();
|
||||
});
|
||||
});
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user