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

Make eyeball tests independent of tokio #60

Merged
merged 1 commit into from
Jul 27, 2024
Merged

Conversation

jplatte
Copy link
Owner

@jplatte jplatte commented Jul 27, 2024

This required making the shared::separate_tasks test less interesting, because I realized it was wrong before: It was relying on the tasks in the tokio JoinSet running in order, otherwise the final value being set on the observable (and thus seen by the subscriber) could be a different one from the one we assert equality with.

@jplatte jplatte merged commit 7557af4 into main Jul 27, 2024
6 checks passed
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.

1 participant