fix LinkHelperTest

This commit is contained in:
Conny Duck 2022-02-25 19:35:02 +01:00
parent bd05bf6b01
commit 842ab9e131
1 changed files with 3 additions and 3 deletions

View File

@ -15,9 +15,9 @@ import org.robolectric.annotation.Config
@RunWith(AndroidJUnit4::class)
class LinkHelperTest {
private val listener = object : LinkListener {
override fun onViewTag(tag: String?) { }
override fun onViewAccount(id: String?) { }
override fun onViewUrl(url: String?) { }
override fun onViewTag(tag: String) { }
override fun onViewAccount(id: String) { }
override fun onViewUrl(url: String) { }
}
private val mentions = listOf(