From 46700e6673197192e07562738df60e7efdbb2461 Mon Sep 17 00:00:00 2001 From: Alex Auvolat Date: Thu, 14 Apr 2022 11:36:58 +0200 Subject: [PATCH] Fix test --- src/api/s3/copy.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/api/s3/copy.rs b/src/api/s3/copy.rs index 13d12bcb..0d27f635 100644 --- a/src/api/s3/copy.rs +++ b/src/api/s3/copy.rs @@ -574,7 +574,7 @@ pub struct CopyPartResult { #[cfg(test)] mod tests { use super::*; - use crate::s3_xml::to_xml_with_header; + use crate::s3::xml::to_xml_with_header; #[test] fn copy_object_result() -> Result<(), Error> {