Fix test
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing

This commit is contained in:
Alex 2022-04-14 11:36:58 +02:00
parent f9de5478d6
commit 46700e6673
Signed by: lx
GPG key ID: 0E496D15096376BE

View file

@ -574,7 +574,7 @@ pub struct CopyPartResult {
#[cfg(test)] #[cfg(test)]
mod tests { mod tests {
use super::*; use super::*;
use crate::s3_xml::to_xml_with_header; use crate::s3::xml::to_xml_with_header;
#[test] #[test]
fn copy_object_result() -> Result<(), Error> { fn copy_object_result() -> Result<(), Error> {