We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bee451d commit c5b73e4Copy full SHA for c5b73e4
1 file changed
sample/src/androidTest/java/info/hannes/logcat/ResumeTest.kt
@@ -29,7 +29,7 @@ class ResumeTest {
29
Manifest.permission.READ_EXTERNAL_STORAGE)
30
31
@Test
32
- fun checkForDuplicateAfterRressRecentApps() {
+ fun checkForDuplicateAfterPressRecentApps() {
33
// Might be a good idea to initialize it somewhere else
34
val uiDevice = UiDevice.getInstance(InstrumentationRegistry.getInstrumentation())
35
uiDevice.pressRecentApps()
0 commit comments