MCPcopy Create free account
hub / github.com/Keats/jsonwebtoken / test_error_rendering

Function test_error_rendering

src/errors.rs:199–204  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected