Fix failing recaptcha mapping test
This commit is contained in:
parent
8856e97c62
commit
d9ddc07d4b
@ -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)
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user