mirror of
https://github.com/vector-im/hydrogen-web.git
synced 2025-01-11 04:27:40 +01:00
Update test code with new function signature
This commit is contained in:
parent
508214a46b
commit
b4a0c31e1c
@ -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…
x
Reference in New Issue
Block a user