()
| 974 | |
| 975 | #[test] |
| 976 | fn test_is_attestation_valid() { |
| 977 | let bytes = make_attestation().serialize().unwrap(); |
| 978 | assert!(Attestation::is_attestation(&bytes)); |
| 979 | } |
| 980 | |
| 981 | #[test] |
| 982 | fn test_is_attestation_too_short() { |
nothing calls this directly
no test coverage detected