mirror of
https://github.com/vector-im/hydrogen-web.git
synced 2024-12-23 03:25:12 +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) {
|
||||
assert.deepEqual(parseHTMLBody(platform, null, input), new MessageBody(input, output));
|
||||
assert.deepEqual(parseHTMLBody(platform, null, true, input), new MessageBody(input, output));
|
||||
}
|
||||
|
||||
return {
|
||||
|
Loading…
Reference in New Issue
Block a user