8000 Remove explicit Unit return when using runTest by veyndan · Pull Request #554 · androidx/androidx · GitHub
[go: up one dir, main page]

Skip to content

Conversation

veyndan
Copy link
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

0