We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8856e97 commit d9ddc07Copy full SHA for d9ddc07
1 file changed
app/src/androidTest/java/org/schabi/newpipe/error/ErrorInfoCommentsTest.kt
@@ -53,7 +53,7 @@ class ErrorInfoCommentsTest {
53
)
54
Assert.assertEquals(context.getString(R.string.recaptcha_request_toast), errorInfo.getMessage(context))
55
Assert.assertEquals(url, errorInfo.recaptchaUrl)
56
- Assert.assertTrue(errorInfo.isReportable)
+ Assert.assertFalse(errorInfo.isReportable)
57
Assert.assertTrue(errorInfo.isRetryable)
58
}
59
0 commit comments