test(ecstore): isolate rename publication hooks (#6106)

This commit is contained in:
cxymds
2026-08-14 19:07:34 +08:00
committed by GitHub
parent 5a4c063d16
commit 6f29431a65
4 changed files with 27 additions and 21 deletions
+1 -1
View File
@@ -278,7 +278,7 @@ pub(crate) mod scan {
SCANNER_ACTIVITY_PREVIOUS_PROTOCOL_VERSION,
};
#[cfg(test)]
pub(crate) use super::storage_contracts::{MakeBucketOptions, ObjectIO};
pub(crate) use super::storage_contracts::{DeleteBucketOptions, MakeBucketOptions, ObjectIO};
}
pub(crate) mod scanner_io {