- update: database client to implement a database trait so we can mock it out
- update unit tests - add: database client mock
This commit is contained in:
@@ -19,3 +19,5 @@ prost-types = "0.13.3"
|
||||
redis = "0.27.5"
|
||||
deadpool-redis = "0.18.0"
|
||||
serde_json = "1.0.133"
|
||||
async-trait = "0.1.83"
|
||||
mockall = "0.13.1"
|
||||
|
||||
Reference in New Issue
Block a user