summaryrefslogtreecommitdiff
path: root/server/common/src
diff options
context:
space:
mode:
authorJoel Klinghed <the_jk@spawned.biz>2025-06-08 01:44:15 +0200
committerJoel Klinghed <the_jk@spawned.biz>2025-06-08 01:44:15 +0200
commit6c0d52d421a47bb486eafe8a62363c147bf5fa2f (patch)
tree198168685163384ca79d8dd17c19d9aaeec4fac0 /server/common/src
parent6bd0c135a877627c2d730649824dee7d5bfa6b08 (diff)
common: Improve assert_eq output in tests
Diffstat (limited to 'server/common/src')
-rw-r--r--server/common/src/tests.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/server/common/src/tests.rs b/server/common/src/tests.rs
index 29ee6d6..e7d6815 100644
--- a/server/common/src/tests.rs
+++ b/server/common/src/tests.rs
@@ -1,3 +1,4 @@
+use pretty_assertions::assert_eq;
use std::path::{Path, PathBuf};
use testdir::testdir;
use tokio::fs;