Signed-off-by: parneet-guraya <gurayaparneet@gmail.com>
This commit is contained in:
parneet-guraya 2024-10-26 05:05:05 +05:30
parent 3e020ed973
commit f0f07397b0
No known key found for this signature in database
GPG key ID: 63B807C4B2A9064B

View file

@ -140,7 +140,7 @@ class ReviewHelperTest {
mock<MwQueryPage>().apply {
whenever(title()).thenReturn(file)
if (revision.isNotEmpty()) {
whenever(revisions()).thenReturn(*revision.toMutableList())
whenever(revisions()).thenReturn(revision.toMutableList())
}
val media =