fixed stupid unit test mistake

This commit is contained in:
Torkel Ödegaard 2014-10-02 12:17:10 +02:00
parent bc8fd62cff
commit ca654ccaf7

View File

@ -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);
});
});