Looks like ktlint and Android Studio does not order imports with the same rules :/. Let's please ktlint for the CI :/

This commit is contained in:
Benoit Marty 2022-04-29 10:05:51 +02:00
parent 2a8134af89
commit 7fa1af3819
1 changed files with 1 additions and 1 deletions

View File

@ -31,9 +31,9 @@ import androidx.test.espresso.matcher.ViewMatchers.withClassName
import androidx.test.espresso.matcher.ViewMatchers.withId
import androidx.test.espresso.matcher.ViewMatchers.withText
import im.vector.app.R
import org.hamcrest.Matchers.`is`
import org.hamcrest.Matchers.allOf
import org.hamcrest.Matchers.instanceOf
import org.hamcrest.Matchers.`is`
fun clickOnPreference(@StringRes textResId: Int) {
onView(withId(R.id.recycler_view))