()
| 579 | |
| 580 | #[test] |
| 581 | fn test_parse_empty_input() { |
| 582 | let hook = make_hook(); |
| 583 | assert!(hook.parse_event(HookType::TurnStart, b"").is_err()); |
| 584 | } |
| 585 | |
| 586 | #[test] |
| 587 | fn test_parse_invalid_json() { |
nothing calls this directly
no test coverage detected