4
0
mirror of https://github.com/apache/cordova-android.git synced 2025-04-21 16:16:26 +08:00

fix: backbutton test code ()

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

@ -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());
}
}