mirror of
https://github.com/pachli/pachli-android.git
synced 2025-02-02 02:16:48 +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)
|
@RunWith(AndroidJUnit4::class)
|
||||||
class LinkHelperTest {
|
class LinkHelperTest {
|
||||||
private val listener = object : LinkListener {
|
private val listener = object : LinkListener {
|
||||||
override fun onViewTag(tag: String?) { }
|
override fun onViewTag(tag: String) { }
|
||||||
override fun onViewAccount(id: String?) { }
|
override fun onViewAccount(id: String) { }
|
||||||
override fun onViewUrl(url: String?) { }
|
override fun onViewUrl(url: String) { }
|
||||||
}
|
}
|
||||||
|
|
||||||
private val mentions = listOf(
|
private val mentions = listOf(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user