Skip to content

Commit 3dd32ec

Browse files
jyn514Joshua Nelson
authored and
Joshua Nelson
committed
test_s3 -> test
1 parent 46ebcec commit 3dd32ec

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/storage/s3.rs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ use time::Timespec;
1111
use tokio::runtime::Runtime;
1212

1313
#[cfg(test)]
14-
mod test_s3;
14+
mod test;
1515
#[cfg(test)]
16-
pub(crate) use test_s3::TestS3;
16+
pub(crate) use test::TestS3;
1717

1818
pub(crate) static S3_BUCKET_NAME: &str = "rust-docs-rs";
1919

@@ -132,7 +132,7 @@ pub(crate) fn s3_client() -> Option<S3Client> {
132132
}
133133

134134
#[cfg(test)]
135-
pub(crate) mod test {
135+
pub(crate) mod tests {
136136
use super::*;
137137
use crate::test::*;
138138
use std::slice;
File renamed without changes.

0 commit comments

Comments
 (0)