Skip to content

Commit

Permalink
Remove formatting only changes
Browse files Browse the repository at this point in the history
  • Loading branch information
adhiamboperes committed Apr 5, 2024
1 parent 17e5ee4 commit 35e36e9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,6 @@ import org.oppia.android.domain.oppialogger.analytics.CpuPerformanceSnapshotterM
import org.oppia.android.domain.oppialogger.logscheduler.MetricLogSchedulerModule
import org.oppia.android.domain.oppialogger.loguploader.LogReportWorkerModule
import org.oppia.android.domain.platformparameter.PlatformParameterSingletonModule
import org.oppia.android.domain.profile.ProfileManagementController
import org.oppia.android.domain.question.QuestionModule
import org.oppia.android.domain.spotlight.SpotlightStateController
import org.oppia.android.domain.topic.FRACTIONS_EXPLORATION_ID_0
Expand Down Expand Up @@ -223,13 +222,8 @@ class ExplorationActivityTest {
@Inject
lateinit var fakeAccessibilityService: FakeAccessibilityService

@Inject
lateinit var profileManagementController: ProfileManagementController

private val internalProfileId: Int = 0

private val afternoonUtcTimestampMillis = 1556101812000

@Before
fun setUp() {
Intents.init()
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -204,10 +204,8 @@ import javax.inject.Singleton
// SameParameterValue: tests should have specific context included/excluded for readability.
@Suppress("FunctionName", "SameParameterValue")
class StateFragmentTest {
@get:Rule
val initializeDefaultLocaleRule = InitializeDefaultLocaleRule()
@get:Rule
val oppiaTestRule = OppiaTestRule()
@get:Rule val initializeDefaultLocaleRule = InitializeDefaultLocaleRule()
@get:Rule val oppiaTestRule = OppiaTestRule()

@Inject lateinit var profileTestHelper: ProfileTestHelper
@Inject lateinit var context: Context
Expand Down

0 comments on commit 35e36e9

Please sign in to comment.