- 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:
2
auth-service/src/mocks/mod.rs
Normal file
2
auth-service/src/mocks/mod.rs
Normal file
@@ -0,0 +1,2 @@
|
||||
#[cfg(test)]
|
||||
pub mod database_client_mock;
|
||||
Reference in New Issue
Block a user