File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
codex-rs/hooks/src/engine Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -405,28 +405,28 @@ mod tests {
405405 Some ( "^Bash$" ) ,
406406 "echo system" ,
407407 "/etc/codex/hooks.json" ,
408- 0 ,
408+ /*display_order*/ 0 ,
409409 ) ,
410410 make_handler_with_source(
411411 HookEventName :: PreToolUse ,
412412 Some ( "^Bash$" ) ,
413413 "echo user one" ,
414414 "/tmp/home/.codex/hooks.json" ,
415- 1 ,
415+ /*display_order*/ 1 ,
416416 ) ,
417417 make_handler_with_source(
418418 HookEventName :: PreToolUse ,
419419 Some ( "^Bash$" ) ,
420420 "echo user two" ,
421421 "/tmp/home/.codex/hooks.json" ,
422- 2 ,
422+ /*display_order*/ 2 ,
423423 ) ,
424424 make_handler_with_source(
425425 HookEventName :: PreToolUse ,
426426 Some ( "^Bash$" ) ,
427427 "echo project" ,
428428 "/tmp/project/.codex/hooks.json" ,
429- 3 ,
429+ /*display_order*/ 3 ,
430430 ) ,
431431 ] ;
432432
You can’t perform that action at this time.
0 commit comments