mirror of
https://github.com/openai/codex.git
synced 2026-04-26 23:55:25 +00:00
fix: flaky test 6 (#8175)
This commit is contained in:
@@ -398,8 +398,8 @@ async fn shell_tools_start_before_response_completed_when_stream_delayed() -> an
|
||||
|
||||
for timestamp in timestamps {
|
||||
assert!(
|
||||
timestamp < completed_at,
|
||||
"timestamp {timestamp} should be before completed {completed_at}"
|
||||
timestamp <= completed_at,
|
||||
"timestamp {timestamp} should be before or equal to completed {completed_at}"
|
||||
);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user