()
| 197 | #[test] |
| 198 | #[wasm_bindgen_test] |
| 199 | fn test_error_rendering() { |
| 200 | assert_eq!( |
| 201 | "InvalidAlgorithmName", |
| 202 | Error::from(ErrorKind::InvalidAlgorithmName).to_string() |
| 203 | ); |
| 204 | } |
| 205 | } |
nothing calls this directly
no outgoing calls
no test coverage detected