()
| 561 | |
| 562 | #[test] |
| 563 | fn test_debug() { |
| 564 | let hook = make_hook(); |
| 565 | let debug = format!("{:?}", hook); |
| 566 | assert!(debug.contains("CopilotHook")); |
| 567 | } |
| 568 | |
| 569 | // ── parse_event tests: session-start ──────────────────────────── |
| 570 |
nothing calls this directly
no test coverage detected