Skip to content

Commit c5b73e4

Browse files
committed
Fix typo
1 parent bee451d commit c5b73e4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

sample/src/androidTest/java/info/hannes/logcat/ResumeTest.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ class ResumeTest {
2929
Manifest.permission.READ_EXTERNAL_STORAGE)
3030

3131
@Test
32-
fun checkForDuplicateAfterRressRecentApps() {
32+
fun checkForDuplicateAfterPressRecentApps() {
3333
// Might be a good idea to initialize it somewhere else
3434
val uiDevice = UiDevice.getInstance(InstrumentationRegistry.getInstrumentation())
3535
uiDevice.pressRecentApps()

0 commit comments

Comments
 (0)