Switch to pretty_assertions
This commit is contained in:
@@ -69,6 +69,7 @@ impl WorkingSet {
|
||||
#[cfg(test)]
|
||||
mod test {
|
||||
use super::*;
|
||||
use pretty_assertions::{assert_eq};
|
||||
|
||||
fn make() -> (Uuid, Uuid, WorkingSet) {
|
||||
let uuid1 = Uuid::new_v4();
|
||||
|
||||
Reference in New Issue
Block a user