mirror of
https://github.com/openai/codex.git
synced 2026-05-16 09:12:54 +00:00
codex: fix apply_patch argument comment lint
Co-authored-by: Codex <noreply@openai.com>
This commit is contained in:
@@ -494,7 +494,7 @@ mod tests {
|
||||
#[test]
|
||||
fn test_streaming_patch_parser_allows_fragmented_environment_id_header() {
|
||||
let mut parser = StreamingPatchParser::default();
|
||||
parser.set_allow_environment_id(true);
|
||||
parser.set_allow_environment_id(/*allow_environment_id*/ true);
|
||||
|
||||
assert_eq!(
|
||||
parser.push_delta("*** Begin Patch\n*** Environment ID: rem"),
|
||||
|
||||
Reference in New Issue
Block a user