Skip to content

Commit

Permalink
coop: adjust grammar in tests/coop_budget.rs (#7173)
Browse files Browse the repository at this point in the history
  • Loading branch information
kilavvy authored Mar 3, 2025
1 parent 8e741c1 commit 3aaf4a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tokio/tests/coop_budget.rs
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ async fn coop_budget_udp_send_recv() {

#[tokio::test]
async fn test_has_budget_remaining() {
// At the begining budget should be available
// At the beginning, budget should be available.
assert!(has_budget_remaining());

// Deplete the budget
Expand Down

0 comments on commit 3aaf4a5

Please sign in to comment.