Skip to content

Commit

Permalink
Importing kotlin coroutines
Browse files Browse the repository at this point in the history
  • Loading branch information
Rd4dev committed Jun 30, 2024
1 parent 3787ea9 commit 7ad2668
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -356,7 +356,7 @@ class RunCoverageTest {
assertThat(outputReportText).isEqualTo(expectedResult)
}

@Test(timeout=1000000)
@Test(timeout = 1000000)
fun testRunCoverage_sampleTestsMarkdownFormat_returnsCoverageData() {
testBazelWorkspace.initEmptyWorkspace()

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ import org.junit.rules.TemporaryFolder
import org.mockito.kotlin.doReturn
import org.mockito.kotlin.eq
import org.mockito.kotlin.mock
import kotlinx.coroutines.*
import org.oppia.android.scripts.common.CommandExecutorImpl
import org.oppia.android.scripts.common.ScriptBackgroundCoroutineDispatcher
import org.oppia.android.scripts.proto.DirectLinkOnly
Expand Down

0 comments on commit 7ad2668

Please sign in to comment.