Skip to content
Snippets Groups Projects
Commit 46cf5b2d authored by Janne Mareike Koschinski's avatar Janne Mareike Koschinski
Browse files

Fixed tests

parent 38df4821
No related branches found
No related tags found
No related merge requests found
Pipeline #453 canceled
...@@ -43,7 +43,7 @@ class IrcFormatDeserializerTest { ...@@ -43,7 +43,7 @@ class IrcFormatDeserializerTest {
fun testMissingEndTag() { fun testMissingEndTag() {
val spans = mutableListOf<FormatInfo>() val spans = mutableListOf<FormatInfo>()
val text = deserializer.formatString( val text = deserializer.formatString(
content = "\u000301,01weeeeeeeeee", str = "\u000301,01weeeeeeeeee",
colorize = true, colorize = true,
output = spans output = spans
) )
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment