For verification
This commit is contained in:
parent
faffc518ae
commit
5c3bd08b99
@ -45,6 +45,10 @@ impl MockDatabase {
|
||||
self.query_results.append(&mut vec);
|
||||
self
|
||||
}
|
||||
|
||||
pub fn into_transaction_log(self) -> Vec<Statement> {
|
||||
self.transaction_log
|
||||
}
|
||||
}
|
||||
|
||||
impl MockDatabaseTrait for MockDatabase {
|
||||
|
Loading…
x
Reference in New Issue
Block a user