(json: &str)
| 6 | } |
| 7 | |
| 8 | fn parse_event_json(json: &str) -> Result<ServerEvent> { |
| 9 | serde_json::from_str(json).map_err(Into::into) |
| 10 | } |
| 11 | |
| 12 | include!("protocol_tests/core_events.rs"); |
| 13 | include!("protocol_tests/comm_requests.rs"); |
no outgoing calls
no test coverage detected