coop: adjust grammar in tests/coop_budget.rs (#7173)

This commit is contained in:
kilavvy 2025-03-03 09:59:03 +01:00 committed by GitHub
parent 8e741c1c0e
commit 3aaf4a5377
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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