From 7425c63528b3d6f325a7ddb2ad287afa72d070b1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torkel=20=C3=96degaard?= Date: Wed, 14 Dec 2016 14:42:25 +0100 Subject: [PATCH] fix(dashboard): fixed unit test --- public/app/features/dashboard/specs/dashboard_srv_specs.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/app/features/dashboard/specs/dashboard_srv_specs.ts b/public/app/features/dashboard/specs/dashboard_srv_specs.ts index 6646851e597..974b8600c0c 100644 --- a/public/app/features/dashboard/specs/dashboard_srv_specs.ts +++ b/public/app/features/dashboard/specs/dashboard_srv_specs.ts @@ -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() {