remove some unused code (#4776)
This commit is contained in:
parent
bc397e993d
commit
fc52074dcd
6 changed files with 4 additions and 28 deletions
|
|
@ -138,7 +138,7 @@ class MainActivityTest {
|
|||
activity.externalScope = TestScope()
|
||||
activity.mastodonApi = mock {
|
||||
onBlocking { accountVerifyCredentials() } doReturn NetworkResult.success(account)
|
||||
onBlocking { listAnnouncements(false) } doReturn NetworkResult.success(emptyList())
|
||||
onBlocking { announcements() } doReturn NetworkResult.success(emptyList())
|
||||
}
|
||||
activity.preferences = mock(defaultAnswer = {
|
||||
when (it.method.returnType) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue