mirror of
https://github.com/pachli/pachli-android.git
synced 2025-01-22 13:12:18 +01:00
fix LinkHelperTest
This commit is contained in:
parent
bd05bf6b01
commit
842ab9e131
@ -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(
|
||||
|
Loading…
Reference in New Issue
Block a user