()
| 1192 | |
| 1193 | #[test] |
| 1194 | fn into_output_from_pred() { |
| 1195 | let pred = convert_output(predicate::eq(b"Hello" as &[u8])); |
| 1196 | assert!(pred.eval(b"Hello" as &[u8])); |
| 1197 | } |
| 1198 | |
| 1199 | #[test] |
| 1200 | fn into_output_from_bytes() { |
nothing calls this directly
no test coverage detected