Update test code with new function signature

This commit is contained in:
Danila Fedorin 2021-08-04 15:54:11 -07:00
parent 508214a46b
commit b4a0c31e1c

View file

@ -398,7 +398,7 @@ export function tests() {
};
function test(assert, input, output) {
assert.deepEqual(parseHTMLBody(platform, null, input), new MessageBody(input, output));
assert.deepEqual(parseHTMLBody(platform, null, true, input), new MessageBody(input, output));
}
return {