Просмотр исходного кода

fix(dashboard): fixed unit test

Torkel Ödegaard 9 лет назад
Родитель
Сommit
7425c63528
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      public/app/features/dashboard/specs/dashboard_srv_specs.ts

+ 1 - 1
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() {