mirror of
https://github.com/chatmail/core.git
synced 2026-05-05 06:16:30 +03:00
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:
committed by
Floris Bruynooghe
parent
a1d57a2645
commit
e885857875
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user