more tests progress
This commit is contained in:
@ -25,4 +25,7 @@ pub trait DatabaseExecutor: Send + Sync {
|
||||
|
||||
#[cfg(test)]
|
||||
fn reset_mocks(&self);
|
||||
|
||||
#[cfg(test)]
|
||||
fn set_mocks(&self, mocks: Vec<Value>);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user