fix tests
Signed-off-by: strawberry <strawberry@puppygock.gay>
This commit is contained in:
parent
43c2ac6c1c
commit
342400fe2d
1 changed files with 8 additions and 0 deletions
|
@ -395,6 +395,14 @@ mod tests {
|
|||
Ok(key)
|
||||
}
|
||||
|
||||
fn delete_file_mxc(&self, _mxc: String) -> Result<()> {
|
||||
todo!()
|
||||
}
|
||||
|
||||
fn search_mxc_metadata_prefix(&self, _mxc: String) -> Result<Vec<Vec<u8>>> {
|
||||
todo!()
|
||||
}
|
||||
|
||||
fn search_file_metadata(
|
||||
&self,
|
||||
_mxc: String,
|
||||
|
|
Loading…
Add table
Reference in a new issue