Skip to content

Commit

Permalink
Fix lint failing test, after update.
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinGitonga committed Jul 20, 2022
1 parent 1f7dd9e commit da0dbe5
Showing 1 changed file with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,14 @@ package org.oppia.android.app.devoptions
import android.app.Application
import android.content.Context
import android.content.Intent
import android.view.View
import androidx.appcompat.app.AppCompatActivity
import androidx.recyclerview.widget.RecyclerView.ViewHolder
import androidx.test.core.app.ActivityScenario.launch
import androidx.test.core.app.ApplicationProvider
import androidx.test.espresso.Espresso
import androidx.test.espresso.Espresso.onView
import androidx.test.espresso.ViewInteraction
import androidx.test.espresso.action.ViewActions.click
import androidx.test.espresso.assertion.ViewAssertions.matches
import androidx.test.espresso.contrib.RecyclerViewActions.scrollToPosition
import androidx.test.espresso.matcher.ViewMatchers
import androidx.test.espresso.matcher.ViewMatchers.isChecked
import androidx.test.espresso.matcher.ViewMatchers.isEnabled
import androidx.test.espresso.matcher.ViewMatchers.isNotChecked
Expand Down Expand Up @@ -102,8 +98,6 @@ import org.robolectric.annotation.Config
import org.robolectric.annotation.LooperMode
import javax.inject.Inject
import javax.inject.Singleton
import junit.framework.AssertionFailedError
import org.hamcrest.Matcher

/** Tests for [MarkChaptersCompletedFragment]. */
@RunWith(AndroidJUnit4::class)
Expand Down

0 comments on commit da0dbe5

Please sign in to comment.