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 3e020ed commit 7c58891Copy full SHA for 7c58891
app/src/test/kotlin/fr/free/nrw/commons/review/ReviewHelperTest.kt
@@ -140,7 +140,7 @@ class ReviewHelperTest {
140
mock<MwQueryPage>().apply {
141
whenever(title()).thenReturn(file)
142
if (revision.isNotEmpty()) {
143
- whenever(revisions()).thenReturn(*revision.toMutableList())
+ whenever(revisions()).thenReturn(revision.toMutableList())
144
}
145
146
val media =
0 commit comments