Skip to content

Commit cf2190b

Browse files
committed
minor changes - 2
1 parent b040106 commit cf2190b

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/ReviewControllerTest.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ class ReviewControllerTest {
146146
)
147147

148148
val method: Method = ReviewController::class.java.getDeclaredMethod(
149-
"displayToast", Context::class.java, Boolean::class.java
149+
"displayThanksToast", Context::class.java, Boolean::class.java
150150
)
151151

152152
method.isAccessible = true

0 commit comments

Comments
 (0)