Commit ca654cca by Torkel Ödegaard

fixed stupid unit test mistake

parent bc8fd62c
......@@ -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);
});
});
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment