Skip to content

Remove explicit Unit return when using runTest - #554

Closed
veyndan wants to merge 1 commit into
androidx:androidx-mainfrom
veyndan:270612487/runTest-return
Closed

veyndan wants to merge 1 commit into
androidx:androidx-mainfrom
veyndan:270612487/runTest-return

Conversation

@veyndan

@veyndan veyndan commented Jun 1, 2023

Copy link
Copy Markdown
Contributor

kotlinx.coroutines.test.runTest returns a kotlinx.coroutines.test.TestResult. Per its documentation, JVM and native just type alias to Unit, but when targeting JS it returns a Promise. This explicit return type of Unit is therefore incorrect when targeting JS.

Test: ./gradlew test connectedCheck
Bug: 270612487

@copybara-service copybara-service Bot closed this in e15fde8 Jun 1, 2023
@veyndan
veyndan deleted the 270612487/runTest-return branch June 1, 2023 22:30
harryzz pushed a commit to harryzz/compose-multiplatform-core that referenced this pull request Jul 28, 2026
`kotlinx.coroutines.test.runTest` returns a `kotlinx.coroutines.test.TestResult`. Per [its documentation](https://kotlinlang.org/api/kotlinx.coroutines/kotlinx-coroutines-test/kotlinx.coroutines.test/-test-result/), JVM and native just type alias to Unit, but when targeting JS it returns a `Promise`. This explicit return type of `Unit` is therefore incorrect when targeting JS.

Test: ./gradlew test connectedCheck
Bug: 270612487

This is an imported pull request from androidx#554.

Resolves JetBrains#554
Github-Pr-Head-Sha: ed0a00b
GitOrigin-RevId: 155638a
Change-Id: I3333e47c9b8fee3e9a3cfc98171f5abc6e400301
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants