mirror of
https://github.com/element-hq/element-android
synced 2024-11-24 18:35:40 +03:00
Fix test compilation issue
This commit is contained in:
parent
d14dadde27
commit
37f0ffab8b
1 changed files with 1 additions and 0 deletions
|
@ -49,6 +49,7 @@ class MarkdownParserTest : InstrumentedTest {
|
|||
* Create the same parser than in the RoomModule
|
||||
*/
|
||||
private val markdownParser = MarkdownParser(
|
||||
Parser.builder().build(),
|
||||
Parser.builder().build(),
|
||||
HtmlRenderer.builder().softbreak("<br />").build(),
|
||||
TextPillsUtils(
|
||||
|
|
Loading…
Reference in a new issue