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

@@ -149,6 +149,7 @@ impl Replica {
mod tests {
use super::*;
use crate::task::Status;
use pretty_assertions::assert_eq;
use uuid::Uuid;
#[test]