()
| 4228 | // ═══════════════════════════════════════════════════════════════════ |
| 4229 | |
| 4230 | fn test_state() -> (String, Merkle) { |
| 4231 | let state = Merkle::of(b"test view state"); |
| 4232 | (state.to_base32(), state) |
| 4233 | } |
| 4234 | |
| 4235 | #[test] |
| 4236 | fn test_parse_push_trailer_full_message() { |
no test coverage detected