mirror of
https://github.com/openai/codex.git
synced 2026-04-26 07:35:29 +00:00
renaming: task to turn (#8963)
This commit is contained in:
@@ -265,7 +265,7 @@ impl TestCodex {
|
||||
.await?;
|
||||
|
||||
wait_for_event(&self.codex, |event| {
|
||||
matches!(event, EventMsg::TaskComplete(_))
|
||||
matches!(event, EventMsg::TurnComplete(_))
|
||||
})
|
||||
.await;
|
||||
Ok(())
|
||||
|
||||
Reference in New Issue
Block a user