Standardize on canceled instead of cancelled (#36385)
Release Notes: - N/A
This commit is contained in:
parent
7dc4adbd40
commit
b3969ed427
9 changed files with 28 additions and 29 deletions
|
@ -4020,7 +4020,7 @@ mod tests {
|
|||
|
||||
cx.run_until_parked();
|
||||
|
||||
// Verify that the previous completion was cancelled
|
||||
// Verify that the previous completion was canceled
|
||||
assert_eq!(cancellation_events.lock().unwrap().len(), 1);
|
||||
|
||||
// Verify that a new request was started after cancellation
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue