-
Notifications
You must be signed in to change notification settings - Fork 961
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
chore: refactor dcutr and gossipsub tests to use tokio instead #5662
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for this! Looks good to me, but can we split this into two PR's for each behaviour?
Hey, for this one do you mind keeping this one, I'll make sure to make separate PRs for each behavior from next time. |
27fa009
to
322b99b
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Approvals have been dismissed because the PR was updated after the send-it
label was applied.
aah, the mergify couldn't merge becuase the branch wasn't updated so I merge the master into this one. Seems like because of it the approval was dismissed, could you approve it once again? |
no need to do that, mergify does it automatically :) |
Description
ref #4449
Refactored dcutr and gossipsub tests to use
tokio
instead ofasync-std
.