mirror of
https://github.com/tokio-rs/tokio.git
synced 2026-09-08 00:00:13 +02:00
coop: adjust grammar in tests/coop_budget.rs (#7173)
This commit is contained in:
@@ -81,7 +81,7 @@ async fn coop_budget_udp_send_recv() {
|
|||||||
|
|
||||||
#[tokio::test]
|
#[tokio::test]
|
||||||
async fn test_has_budget_remaining() {
|
async fn test_has_budget_remaining() {
|
||||||
// At the begining budget should be available
|
// At the beginning, budget should be available.
|
||||||
assert!(has_budget_remaining());
|
assert!(has_budget_remaining());
|
||||||
|
|
||||||
// Deplete the budget
|
// Deplete the budget
|
||||||
|
|||||||
Reference in New Issue
Block a user