Pass test

This commit is contained in:
Daniel García Aubert 2017-01-19 12:24:04 +01:00
parent 6a80be9df3
commit 89f381439f

View File

@ -71,8 +71,8 @@ describe('tests from old api translated to multilayer', function() {
},
function(res) {
var parsed = JSON.parse(res.body);
assert.ok(parsed.errors[0].match(/^style0/));
assert.ok(parsed.errors[0].match(/missing closing/));
assert.ok(parsed.errors[0].match(/^<css input>/));
assert.ok(parsed.errors[0].match(/Unclosed block/));
done();
}
);