Remove pretty_assertions dependency

It was only used in two places. Rather than adding `use
pretty_assertions::*` everywhere, it's easier to remove, and it
removes two additional dependency crates.
This commit is contained in:
link2xt
2021-11-20 10:03:23 +00:00
committed by Floris Bruynooghe
parent a1d57a2645
commit e885857875
4 changed files with 0 additions and 31 deletions

View File

@@ -1412,7 +1412,6 @@ mod tests {
use crate::test_utils::{get_chat_msg, TestContext};
use async_std::fs::File;
use pretty_assertions::assert_eq;
#[test]
fn test_render_email_address() {