Searched refs:MESSAGE_CONTENTS (Results 1 – 1 of 1) sorted by relevance
2518 const MESSAGE_CONTENTS: &str = "ABCDEF"; in test_recverr_impl() constant2526 MESSAGE_CONTENTS.as_bytes(), in test_recverr_impl()2547 assert_eq!(msg.bytes, MESSAGE_CONTENTS.as_bytes().len()); in test_recverr_impl()2570 assert_eq!(&buf[..bytes], MESSAGE_CONTENTS.as_bytes()); in test_recverr_impl()