1
0
Fork 0
mirror of https://github.com/TeamNewPipe/NewPipe.git synced 2025-10-03 01:39:38 +02:00

Fix failing recaptcha mapping test

This commit is contained in:
Clippy 2025-10-01 17:24:02 +01:00 committed by GitHub
parent 8856e97c62
commit d9ddc07d4b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -53,7 +53,7 @@ class ErrorInfoCommentsTest {
)
Assert.assertEquals(context.getString(R.string.recaptcha_request_toast), errorInfo.getMessage(context))
Assert.assertEquals(url, errorInfo.recaptchaUrl)
Assert.assertTrue(errorInfo.isReportable)
Assert.assertFalse(errorInfo.isReportable)
Assert.assertTrue(errorInfo.isRetryable)
}
}