Skip to content

Commit

Permalink
Remove todo (#3717)
Browse files Browse the repository at this point in the history
  • Loading branch information
MaskedCarrot authored Aug 23, 2021
1 parent bd4297c commit 04f39a6
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,6 @@ class StoryProgressController @Inject constructor(
private val dataProviders: DataProviders,
private val oppiaLogger: OppiaLogger
) {
// TODO(#3662): Once checkpointing is enabled, remove the function that marks lessons as
// started_not_completed and the tests that test this behaviour.

/** These Statuses correspond to the exceptions above such that if the deferred contains. */
private enum class StoryProgressActionStatus {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -80,9 +80,6 @@ import javax.inject.Singleton
@Config(application = StoryProgressTestHelperTest.TestApplication::class)
class StoryProgressTestHelperTest {

// TODO(#3662): Once checkpointing is enabled, remove the function that marks lessons as
// started_not_completed and the tests that test this behaviour.

@Rule
@JvmField
val mockitoRule: MockitoRule = MockitoJUnit.rule()
Expand Down

0 comments on commit 04f39a6

Please sign in to comment.