Parcourir la source

Merge branch 'v1.8.x'

Torkel Ödegaard il y a 11 ans
Parent
commit
dac3cb15c4
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      src/test/specs/dashboardSrv-specs.js

+ 1 - 1
src/test/specs/dashboardSrv-specs.js

@@ -195,7 +195,7 @@ define([
 
     it('should add empty list', function() {
       expect(model.annotations.list.length).to.be(0);
-      expect(model.templating.list.length).to.be(1);
+      expect(model.templating.list.length).to.be(0);
     });
 
   });