mirror of
https://github.com/commons-app/apps-android-commons.git
synced 2025-10-27 21:03:54 +01:00
Move thanks API into main commons codebase (#5463)
* Move thanks API into main commons codebase * KDoc * KDoc --------- Co-authored-by: Nicolas Raoul <nicolas.raoul@gmail.com>
This commit is contained in:
parent
2c086b3d79
commit
ef47b7025e
7 changed files with 61 additions and 54 deletions
|
|
@ -25,7 +25,7 @@ class ThanksClientTest {
|
|||
@Mock
|
||||
private lateinit var csrfTokenClient: CsrfTokenClient
|
||||
@Mock
|
||||
private lateinit var service: Service
|
||||
private lateinit var service: ThanksInterface
|
||||
|
||||
@Mock
|
||||
private lateinit var commonsApplication: CommonsApplication
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue