Browse Source

Use pretty assertions

testing
Thomas Eizinger 4 years ago
parent
commit
9c3ef98965
No known key found for this signature in database GPG Key ID: 651AC83A6C6C8B96
  1. 1
      daemon/src/db.rs

1
daemon/src/db.rs

@ -498,6 +498,7 @@ mod tests {
use std::fs::File;
use std::time::SystemTime;
use pretty_assertions::assert_eq;
use rust_decimal_macros::dec;
use sqlx::SqlitePool;
use tempfile::tempdir;

Loading…
Cancel
Save