Skip to content

Commit b4b1033

Browse files
committed
tests: fixed unit tests
1 parent 9afa666 commit b4b1033

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: test/unit/render.test.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ text
107107

108108
expectSameDom(
109109
output,
110-
'<p><img src="http://imageUrl" data-origin="http://imageUrl" alt="alt text" /></p>'
110+
'<p><img src="http://imageUrl" data-origin="http://imageUrl" alt="alt text"></p>'
111111
);
112112
});
113113

0 commit comments

Comments
 (0)