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

@@ -524,7 +524,6 @@ pub(crate) async fn deduplicate_peerstates(sql: &Sql) -> Result<()> {
mod tests {
use super::*;
use crate::test_utils::alice_keypair;
use pretty_assertions::assert_eq;
#[async_std::test]
async fn test_peerstate_save_to_db() {