()
| 231 | |
| 232 | #[test] |
| 233 | fn pgwire_internal() { |
| 234 | let (code, _) = GatewayErrorMap::to_pgwire(&internal()); |
| 235 | assert_eq!(code, sqlstate::INTERNAL_ERROR); |
| 236 | } |
| 237 | |
| 238 | #[test] |
| 239 | fn pgwire_serialization() { |
nothing calls this directly
no test coverage detected