()
| 585 | |
| 586 | #[test] |
| 587 | fn test_parse_invalid_json() { |
| 588 | let hook = make_hook(); |
| 589 | assert!(hook.parse_event(HookType::TurnStart, b"not json").is_err()); |
| 590 | } |
| 591 | |
| 592 | #[test] |
| 593 | fn test_parse_unsupported_hook_type() { |
nothing calls this directly
no test coverage detected