Skip to content

Remove explicit Unit return when using runTest#554

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

Remove explicit Unit return when using runTest#554
veyndan wants to merge 1 commit intoandroidx:androidx-mainfrom
veyndan:270612487/runTest-return

Conversation

@veyndan
Copy link
Copy Markdown
Contributor

@veyndan veyndan commented Jun 1, 2023

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
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