diff --git a/indexer/queryapi_coordinator/src/s3.rs b/indexer/queryapi_coordinator/src/s3.rs index 29c00d568..f36f4bbe5 100644 --- a/indexer/queryapi_coordinator/src/s3.rs +++ b/indexer/queryapi_coordinator/src/s3.rs @@ -196,10 +196,9 @@ fn file_name_date_after(start_date: DateTime, file_name: &str) -> bool { #[cfg(test)] mod tests { - use crate::historical_block_processing::INDEXED_ACTIONS_FILES_FOLDER; - use crate::historical_block_processing::INDEXED_DATA_FILES_BUCKET; use crate::s3::{ fetch_text_file_from_s3, find_index_files_by_pattern, list_s3_bucket_by_prefix, + INDEXED_ACTIONS_FILES_FOLDER, INDEXED_DATA_FILES_BUCKET, }; /// Parses env vars from .env, Run with