()
| 4198 | // ═══════════════════════════════════════════════════════════════════ |
| 4199 | |
| 4200 | fn test_state() -> (String, Merkle) { |
| 4201 | let state = Merkle::of(b"test view state"); |
| 4202 | (state.to_base32(), state) |
| 4203 | } |
| 4204 | |
| 4205 | #[test] |
| 4206 | fn test_parse_push_trailer_full_message() { |
no test coverage detected