We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1109bba commit 4570987Copy full SHA for 4570987
app/src/androidTest/java/org/kabiri/android/usbterminal/MainActivityAndroidTest.kt
@@ -25,7 +25,7 @@ internal class MainActivityAndroidTest {
25
try {
26
// Try to find the menu item first
27
onView(withId(menuItemId)).check(matches(isDisplayed()))
28
- } catch (e: NoMatchingViewException) {
+ } catch (_: NoMatchingViewException) {
29
// If not found then open the overflow menu
30
openActionBarOverflowOrOptionsMenu(
31
InstrumentationRegistry.getInstrumentation().targetContext
0 commit comments