Skip to content

Commit

Permalink
fix: Incorrect test imports (#386)
Browse files Browse the repository at this point in the history
  • Loading branch information
morgsmccauley authored Nov 13, 2023
1 parent 396c59e commit d5ca58f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions indexer/queryapi_coordinator/src/s3.rs
Original file line number Diff line number Diff line change
Expand Up @@ -196,10 +196,9 @@ fn file_name_date_after(start_date: DateTime<Utc>, 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
Expand Down

0 comments on commit d5ca58f

Please sign in to comment.