Skip to content

Commit

Permalink
fix: publish failure - is_big_screen
Browse files Browse the repository at this point in the history
`is_big_screen` was defined in `main`, but used in `androidTest`

Fixes 15741
  • Loading branch information
david-allison committed Mar 1, 2024
1 parent 726a14c commit ea9e966
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions AnkiDroid/src/androidTest/java/com/ichi2/anki/TestUtils.kt
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ import androidx.test.espresso.ViewAction
import androidx.test.platform.app.InstrumentationRegistry
import androidx.test.runner.lifecycle.ActivityLifecycleMonitorRegistry
import androidx.test.runner.lifecycle.Stage
import com.ichi2.anki.test.R
import org.hamcrest.Matcher

object TestUtils {
Expand Down
File renamed without changes.

0 comments on commit ea9e966

Please sign in to comment.