fix: backbutton test code (#1307)

This commit is contained in:
Ken Naito 2021-08-02 20:25:04 +09:00 committed by GitHub
parent 5e52b7ee77
commit 1c9e7fc96a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -158,7 +158,7 @@ public class BackButtonMultipageTest {
assertEquals(START_URL, mActivity.onPageFinishedUrl.take());
}
private void assertPageSample(String url) {
private void assertPageSample(String url) throws Throwable {
assertEquals(url, mActivity.onPageFinishedUrl.take());
}
}