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
|
@ -5337,7 +5337,7 @@ fn main() {{
|
|||
}
|
||||
|
||||
#[gpui::test]
|
||||
async fn test_retry_cancelled_on_stop(cx: &mut TestAppContext) {
|
||||
async fn test_retry_canceled_on_stop(cx: &mut TestAppContext) {
|
||||
init_test_settings(cx);
|
||||
|
||||
let project = create_test_project(cx, json!({})).await;
|
||||
|
@ -5393,7 +5393,7 @@ fn main() {{
|
|||
"Should have no pending completions after cancellation"
|
||||
);
|
||||
|
||||
// Verify the retry was cancelled by checking retry state
|
||||
// Verify the retry was canceled by checking retry state
|
||||
thread.read_with(cx, |thread, _| {
|
||||
if let Some(retry_state) = &thread.retry_state {
|
||||
panic!(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue