fixed tests

This commit is contained in:
2023-01-10 22:54:18 +01:00
parent ffc0659a84
commit e4e33ebda2
3 changed files with 31 additions and 8 deletions

View File

@@ -16,6 +16,7 @@ serde = { version = "1.0.152", features = ["derive"] }
serde_json = "1.0.91"
comfy-table = "6.1.4"
pretty_assertions = "1.3.0"
base64 = "0.21.0"
[dev-dependencies]
mockall = "0.11.2"