mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
Switch to pretty_assertions
This commit is contained in:
parent
267288c9e6
commit
a143660124
47 changed files with 130 additions and 17 deletions
|
@ -166,6 +166,7 @@ impl Storage for InMemoryStorage {
|
|||
#[cfg(test)]
|
||||
mod test {
|
||||
use super::*;
|
||||
use pretty_assertions::{assert_eq};
|
||||
|
||||
// (note: this module is heavily used in tests so most of its functionality is well-tested
|
||||
// elsewhere and not tested here)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue