File tree Expand file tree Collapse file tree
crates/sdk-core/src/core_tests Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -1384,11 +1384,11 @@ async fn nexus_shutdown_does_not_hang_when_pending_completion_is_cancelled() {
13841384 . await
13851385 . expect_err ( "poll should wait for the outstanding Nexus task" ) ;
13861386
1387- // Send completion that we know will hang indefinitely before notifying waitiers
1387+ // Send completion that we know will hang indefinitely before notifying waiters
13881388 let mut completion =
13891389 Box :: pin ( worker. complete_nexus_task ( create_test_nexus_completion ( nexus_task. task_token ( ) ) ) ) ;
13901390
1391- // Wait for the completion to start then drop it before notify_waitiers is triggered
1391+ // Wait for the completion to start then drop it before notify_waiters is triggered
13921392 // Use select so the completion future is polled and completion actually starts
13931393 tokio:: select! {
13941394 _ = completion_rpc_started. wait( ) => { }
You can’t perform that action at this time.
0 commit comments