File tree 2 files changed +1
-9
lines changed
app/src/test/kotlin/fr/free/nrw/commons
2 files changed +1
-9
lines changed Original file line number Diff line number Diff line change @@ -26,15 +26,6 @@ class MediaDataExtractorTest {
26
26
@Mock
27
27
internal var mediaClient: MediaClient ? = null
28
28
29
- @Mock
30
- internal var mediaClient: MediaClient ? = null
31
-
32
- @Mock
33
- internal var mediaClient: MediaClient ? = null
34
-
35
- @Mock
36
- internal var mediaClient: MediaClient ? = null
37
-
38
29
@InjectMocks
39
30
var mediaDataExtractor: MediaDataExtractor ? = null
40
31
Original file line number Diff line number Diff line change @@ -5,6 +5,7 @@ import fr.free.nrw.commons.Media
5
5
import fr.free.nrw.commons.TestCommonsApplication
6
6
import fr.free.nrw.commons.kvstore.JsonKvStore
7
7
import fr.free.nrw.commons.utils.CommonsDateUtil
8
+ import junit.framework.Assert.assertEquals
8
9
import okhttp3.HttpUrl
9
10
import okhttp3.OkHttpClient
10
11
import okhttp3.mockwebserver.MockResponse
You can’t perform that action at this time.
0 commit comments