Skip to content
This repository has been archived by the owner on Jan 5, 2023. It is now read-only.

Pass in UnconfinedTestDispatcher to launch calls directly #428

Merged
merged 1 commit into from
May 27, 2022

Conversation

zsmb13
Copy link
Contributor

@zsmb13 zsmb13 commented May 27, 2022

UnconfinedTestDispatcher is used to collect values eagerly in some tests.

Previously we had a mix of making the entire test run unconfined (by passing it in to runTest) or just the collecting coroutine (passing it to launch). This brings us to consistency, always passing it into just the collecting coroutine.

@manuelvicnt manuelvicnt merged commit 3e4719b into google:main May 27, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants