mirror of
https://github.com/apache/cordova-android.git
synced 2026-01-30 00:05:28 +08:00
fix: backbutton test code (#1307)
This commit is contained in:
@@ -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());
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user