mirror of
https://github.com/TeamNewPipe/NewPipe
synced 2026-04-22 06:41:22 +00:00
Fix failing recaptcha mapping test
This commit is contained in:
@@ -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)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user