Fixed failing test

This commit is contained in:
Klemek
2019-07-15 09:27:05 +02:00
parent 574ff46482
commit d6cf2703d8
+1 -1
View File
@@ -115,7 +115,7 @@ describe('toXML', () => {
}
}
}, {w: 100, h: 100});
expect(res).toEqual('<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100" width="200" height="200"><circle cx="50" cy="50" r="50"/></svg>');
expect(res).toEqual('<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100" width="500" height="500"><circle cx="50" cy="50" r="50"/></svg>');
});
});