()
| 4597 | // ═══════════════════════════════════════════════════════════════════ |
| 4598 | |
| 4599 | fn test_state() -> (String, Merkle) { |
| 4600 | let state = Merkle::of(b"test view state"); |
| 4601 | (state.to_base32(), state) |
| 4602 | } |
| 4603 | |
| 4604 | #[test] |
| 4605 | fn test_parse_push_trailer_full_message() { |
no test coverage detected