fixed change in xml output for tests

This commit is contained in:
Klemek
2019-07-15 15:56:09 +02:00
parent d1ed3badf4
commit 820a01d92a
3 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -28,5 +28,5 @@ test('test fail placing', () => {
test('no data', () => {
const res = faDiagrams.compute({});
expect(res).toEqual('<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 0 0" width="0" height="0"></svg>');
expect(res).toEqual('<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 0 0" width="0" height="0" stroke="black" fill="black"></svg>');
});