Skip to content

Commit

Permalink
Update ExplorationActiveTimeControllerTest.kt to invoke startPlayinhN…
Browse files Browse the repository at this point in the history
…ewExploration with ProfileId instead of internal id.
  • Loading branch information
KevinGitonga committed Jun 26, 2023
1 parent 3a0dce0 commit 8c7aaa7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -461,7 +461,7 @@ class ExplorationActiveTimeControllerTest {
) {
val startPlayingProvider =
explorationDataController.startPlayingNewExploration(
profileId.internalId, topicId, storyId, explorationId
profileId, topicId, storyId, explorationId
)
monitorFactory.waitForNextSuccessfulResult(startPlayingProvider)
}
Expand Down

0 comments on commit 8c7aaa7

Please sign in to comment.