Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove explicit Unit return when using runTest #554

Closed

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