Skip to content

Commit

Permalink
Address review comments
Browse files Browse the repository at this point in the history
  • Loading branch information
theMr17 committed Jul 10, 2024
1 parent 5a9b16a commit 6543df5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -288,7 +288,7 @@ class ClassroomControllerTest {
}

@Test
fun testGetClassroomIdByTopicId_nonExistentTopic_returnsNull() {
fun testGetClassroomIdByTopicId_nonExistentTopic_returnsEmptyId() {
val classroomId = classroomController.getClassroomIdByTopicId("invalid_topic_id")

assertThat(classroomId).isEmpty()
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -786,7 +786,7 @@ class EventLogSubject private constructor(

/**
* Verifies the [EventLog]'s context and executes [block] in the same way as
* [hasOpenExplorationActivityContextThat] except for the conditions of, and subject returned by,
* [hasStartExplorationContextThat] except for the conditions of, and subject returned by,
* [hasStartExplorationContextThat].
*/
fun hasStartExplorationContextThat(block: ExplorationContextSubject.() -> Unit) {
Expand Down

0 comments on commit 6543df5

Please sign in to comment.