Ver Fonte

fixed stupid unit test mistake

Torkel Ödegaard há 11 anos atrás
pai
commit
ca654ccaf7
1 ficheiros alterados com 1 adições e 1 exclusões
  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);
     });
 
   });