mirror of
https://github.com/commons-app/apps-android-commons.git
synced 2025-10-27 04:43:54 +01:00
App downloads too many of my contributions, without reason (#4916)
* Init commit * Fixed tests
This commit is contained in:
parent
bd9531b969
commit
85bdcd5a7a
2 changed files with 2 additions and 5 deletions
|
|
@ -85,8 +85,6 @@ class ContributionBoundaryCallbackTest {
|
|||
whenever(mediaClient.getMediaListForUser(anyString()))
|
||||
.thenReturn(Single.just(listOf(media())))
|
||||
contributionBoundaryCallback.onItemAtFrontLoaded(mock(Contribution::class.java))
|
||||
verify(repository).save(anyList());
|
||||
verify(mediaClient).getMediaListForUser(anyString());
|
||||
}
|
||||
|
||||
@Test
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue