Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
Signed-off-by: strawberry <[email protected]>
  • Loading branch information
girlbossceo committed Feb 24, 2024
1 parent 43c2ac6 commit 342400f
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/service/media/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 342400f

Please sign in to comment.