diff --git a/app/src/androidTest/java/org/schabi/newpipe/error/ErrorInfoCommentsTest.kt b/app/src/androidTest/java/org/schabi/newpipe/error/ErrorInfoCommentsTest.kt index 454964b44..4ced9dbc7 100644 --- a/app/src/androidTest/java/org/schabi/newpipe/error/ErrorInfoCommentsTest.kt +++ b/app/src/androidTest/java/org/schabi/newpipe/error/ErrorInfoCommentsTest.kt @@ -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) } }