mirror of
https://github.com/element-hq/element-android
synced 2024-11-28 13:38:49 +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
|
* Create the same parser than in the RoomModule
|
||||||
*/
|
*/
|
||||||
private val markdownParser = MarkdownParser(
|
private val markdownParser = MarkdownParser(
|
||||||
|
Parser.builder().build(),
|
||||||
Parser.builder().build(),
|
Parser.builder().build(),
|
||||||
HtmlRenderer.builder().softbreak("<br />").build(),
|
HtmlRenderer.builder().softbreak("<br />").build(),
|
||||||
TextPillsUtils(
|
TextPillsUtils(
|
||||||
|
|
Loading…
Reference in a new issue