Merge pull request #292 from taskchampion/issue291
Switch to pretty_assertions
This commit is contained in:
@@ -314,6 +314,7 @@ impl<'r> std::ops::Deref for TaskMut<'r> {
|
||||
#[cfg(test)]
|
||||
mod test {
|
||||
use super::*;
|
||||
use pretty_assertions::assert_eq;
|
||||
|
||||
fn with_mut_task<F: FnOnce(TaskMut)>(f: F) {
|
||||
let mut replica = Replica::new_inmemory();
|
||||
|
||||
Reference in New Issue
Block a user