mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
fix(dashboard): fixed unit test
This commit is contained in:
parent
e72a60bbf5
commit
7425c63528
@ -215,7 +215,7 @@ describe('dashboardSrv', function() {
|
|||||||
});
|
});
|
||||||
|
|
||||||
it('dashboard schema version should be set to latest', function() {
|
it('dashboard schema version should be set to latest', function() {
|
||||||
expect(model.schemaVersion).to.be(13);
|
expect(model.schemaVersion).to.be(14);
|
||||||
});
|
});
|
||||||
|
|
||||||
it('graph thresholds should be migrated', function() {
|
it('graph thresholds should be migrated', function() {
|
||||||
|
Loading…
Reference in New Issue
Block a user