Skip to content

Commit 7c58891

Browse files
fix test (commons-app#5893)
Signed-off-by: parneet-guraya <[email protected]>
1 parent 3e020ed commit 7c58891

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/src/test/kotlin/fr/free/nrw/commons/review/ReviewHelperTest.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ class ReviewHelperTest {
140140
mock<MwQueryPage>().apply {
141141
whenever(title()).thenReturn(file)
142142
if (revision.isNotEmpty()) {
143-
whenever(revisions()).thenReturn(*revision.toMutableList())
143+
whenever(revisions()).thenReturn(revision.toMutableList())
144144
}
145145

146146
val media =

0 commit comments

Comments
 (0)