Switch to pretty_assertions
This commit is contained in:
@@ -159,6 +159,7 @@ impl Server for LocalServer {
|
||||
#[cfg(test)]
|
||||
mod test {
|
||||
use super::*;
|
||||
use pretty_assertions::{assert_eq};
|
||||
use tempfile::TempDir;
|
||||
|
||||
#[test]
|
||||
|
||||
@@ -78,6 +78,7 @@ impl AsRef<[u8]> for HistoryCiphertext {
|
||||
#[cfg(test)]
|
||||
mod test {
|
||||
use super::*;
|
||||
use pretty_assertions::{assert_eq};
|
||||
|
||||
#[test]
|
||||
fn round_trip() {
|
||||
|
||||
Reference in New Issue
Block a user