Skip to content

Commit

Permalink
Merge branch 'main' into upstream
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolas-raoul authored Oct 26, 2024
2 parents 54aeeb0 + bc065c8 commit e617507
Show file tree
Hide file tree
Showing 11 changed files with 437 additions and 446 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ class AboutActivityTest {
fun testLaunchTranslate() {
Espresso.onView(ViewMatchers.withId(R.id.about_translate)).perform(ViewActions.click())
Espresso.onView(ViewMatchers.withId(android.R.id.button1)).perform(ViewActions.click())
val langCode = CommonsApplication.getInstance().languageLookUpTable.codes[0]
val langCode = CommonsApplication.instance.languageLookUpTable!!.codes[0]
Intents.intended(
CoreMatchers.allOf(
IntentMatchers.hasAction(Intent.ACTION_VIEW),
Expand Down
Loading

0 comments on commit e617507

Please sign in to comment.