mirror of
https://github.com/chatmail/core.git
synced 2026-04-21 15:36: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
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user