Skip to content

Commit

Permalink
lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
MaskedCarrot committed Aug 16, 2021
1 parent de49a31 commit 6659858
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ import org.oppia.android.app.model.EphemeralState.StateTypeCase.PENDING_STATE
import org.oppia.android.app.model.EphemeralState.StateTypeCase.TERMINAL_STATE
import org.oppia.android.app.model.ExplorationCheckpoint
import org.oppia.android.app.model.Fraction
import org.oppia.android.app.model.HelpIndex
import org.oppia.android.app.model.Hint
import org.oppia.android.app.model.InteractionObject
import org.oppia.android.app.model.ListOfSetsOfTranslatableHtmlContentIds
Expand Down Expand Up @@ -91,7 +92,6 @@ import java.io.FileNotFoundException
import java.util.concurrent.TimeUnit
import javax.inject.Inject
import javax.inject.Singleton
import org.oppia.android.app.model.HelpIndex

// For context:
// https://github.com/oppia/oppia/blob/37285a/extensions/interactions/Continue/directives/oppia-interactive-continue.directive.ts.
Expand Down Expand Up @@ -1277,7 +1277,7 @@ class ExplorationProgressControllerTest {
}

@Test
fun testHintAndSol_hintsVisible_submitWrongAns_wait10Seconds_solVisible_checkHelpIndexIsCorrect() {
fun testHintAndSol_hintsVisible_submitWrongAns_wait10Second_solVisible_checkHelpIndexIsCorrect() {
subscribeToCurrentStateToAllowExplorationToLoad()
playExploration(
profileId.internalId,
Expand Down Expand Up @@ -1314,7 +1314,6 @@ class ExplorationProgressControllerTest {
.isEqualTo(HelpIndex.IndexTypeCase.SHOW_SOLUTION)
}


@Test
fun testHintsAndSolution_revealedSolutionIsVisible_checkHelpIndexIsCorrect() {
subscribeToCurrentStateToAllowExplorationToLoad()
Expand Down
2 changes: 1 addition & 1 deletion model/src/main/proto/exploration.proto
Original file line number Diff line number Diff line change
Expand Up @@ -333,7 +333,7 @@ message AnswerOutcome {
// to properly account for variable numbers of hints, for cases when only a solution or no solution
// exists, and for when there are no hints or solutions.
message HelpIndex {
// Deprecating HINT_INDEX because it is now split in two, latest_revealed_hint_index and
// Deprecated HINT_INDEX because it is now split in two, latest_revealed_hint_index and
// available_next_hint_index.
reserved 1;

Expand Down

0 comments on commit 6659858

Please sign in to comment.