mirror of
https://github.com/openai/codex.git
synced 2026-04-28 18:32:04 +03:00
renaming: task to turn (#8963)
This commit is contained in:
@@ -81,7 +81,7 @@ async fn user_turn_includes_skill_instructions() -> Result<()> {
|
||||
.await?;
|
||||
|
||||
core_test_support::wait_for_event(test.codex.as_ref(), |event| {
|
||||
matches!(event, codex_core::protocol::EventMsg::TaskComplete(_))
|
||||
matches!(event, codex_core::protocol::EventMsg::TurnComplete(_))
|
||||
})
|
||||
.await;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user