server: Switch tests to pretty_assertions

This commit is contained in:
Valentin Tolmer
2023-09-10 22:15:07 +02:00
committed by nitnelave
parent 1598f096e9
commit 134796aa9f
13 changed files with 30 additions and 3 deletions
+1
View File
@@ -134,6 +134,7 @@ features = ["serde"]
assert_cmd = "2.0"
mockall = "0.11.4"
nix = "0.26.2"
pretty_assertions = "1"
[dev-dependencies.graphql_client]
features = ["graphql_query_derive", "reqwest-rustls"]