Skip to content

Commit

Permalink
Fix a reference issue in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
whitfin committed Sep 8, 2018
1 parent de065f9 commit 65db98f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/types.rs
Expand Up @@ -94,7 +94,7 @@ derive_from!(String);
#[cfg(test)]
mod tests {
use super::MetaError;
use rusoto_credential::CredentialsError;
use rusoto_core::credential::CredentialsError;
use rusoto_s3::ListObjectsV2Error;
use std::io::{Error, ErrorKind};

Expand Down

0 comments on commit 65db98f

Please sign in to comment.