()
| 237 | |
| 238 | #[test] |
| 239 | fn pgwire_serialization() { |
| 240 | let (code, _) = GatewayErrorMap::to_pgwire(&serialization()); |
| 241 | assert_eq!(code, sqlstate::INTERNAL_ERROR); |
| 242 | } |
| 243 | |
| 244 | // --- HTTP mapping --- |
| 245 |
nothing calls this directly
no test coverage detected