We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 48b3002 commit 6b3a19cCopy full SHA for 6b3a19c
app/src/test/kotlin/fr/free/nrw/commons/media/MediaClientTest.kt
@@ -133,7 +133,7 @@ class MediaClientTest {
133
134
`when`(mediaInterface!!.getMedia(ArgumentMatchers.anyString()))
135
.thenReturn(Single.just(mockResponse))
136
- mediaClient!!.getMedia("abcde").test().assertErrorMessage("empty list passed for ids")
+ mediaClient!!.getMedia("abcde").test().assertErrorMessage("List is empty.")
137
}
138
139
@Test
0 commit comments