Skip to content

Commit

Permalink
fix(tests): allow update to espresso 3.6.1
Browse files Browse the repository at this point in the history
`ViewActions.closeSoftKeyboard` became `@CheckResult`

`androidx.test.espresso.Espresso.closeSoftKeyboard` is not

PR 16657
  • Loading branch information
david-allison authored and mikehardy committed Jun 27, 2024
1 parent a4f0d8f commit d863396
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ package com.ichi2.anki

import android.annotation.SuppressLint
import androidx.recyclerview.widget.RecyclerView
import androidx.test.espresso.Espresso.closeSoftKeyboard
import androidx.test.espresso.Espresso.onView
import androidx.test.espresso.Espresso.pressBack
import androidx.test.espresso.action.ViewActions.*
Expand Down

0 comments on commit d863396

Please sign in to comment.