Merge pull request #292 from taskchampion/issue291

Switch to pretty_assertions
This commit is contained in:
Dustin J. Mitchell
2021-10-02 10:54:25 -04:00
committed by GitHub
47 changed files with 97 additions and 1 deletions

View File

@@ -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();