fix(dashboard): fixed unit test

This commit is contained in:
Torkel Ödegaard 2016-12-14 14:42:25 +01:00
parent e72a60bbf5
commit 7425c63528

View File

@ -215,7 +215,7 @@ describe('dashboardSrv', 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() {