forked from mystiq/hydrogen-web
Update test code with new function signature
This commit is contained in:
parent
508214a46b
commit
b4a0c31e1c
1 changed files with 1 additions and 1 deletions
|
@ -398,7 +398,7 @@ export function tests() {
|
||||||
};
|
};
|
||||||
|
|
||||||
function test(assert, input, output) {
|
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 {
|
return {
|
||||||
|
|
Loading…
Reference in a new issue