fix tests

This commit is contained in:
Alex Auvolat
2025-01-31 19:12:05 +01:00
parent 3d5e9a027e
commit d18c5ad0ff
5 changed files with 7 additions and 3 deletions
+1 -1
View File
@@ -863,7 +863,7 @@ pub struct CopyPartResult {
#[cfg(test)]
mod tests {
use super::*;
use crate::s3::xml::to_xml_with_header;
use crate::xml::to_xml_with_header;
#[test]
fn copy_object_result() -> Result<(), Error> {