Skip to content

Commit 96f1b51

Browse files
committed
fix: use a unique directory name to avoid conflicts when tests are executed in parallel
1 parent 8a646ff commit 96f1b51

File tree

1 file changed

+1
-1
lines changed
  • mithril-aggregator/src/artifact_builder/cardano_database_artifacts

1 file changed

+1
-1
lines changed

mithril-aggregator/src/artifact_builder/cardano_database_artifacts/immutable.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -549,7 +549,7 @@ mod tests {
549549

550550
#[test]
551551
fn test_retrieve_existing_snapshot_archive() {
552-
let work_dir = get_builder_work_dir("return_all_archives_but_not_rebuild_archives");
552+
let work_dir = get_builder_work_dir("retrieve_existing_snapshot_archive(");
553553
let file_name = "whatever.txt";
554554

555555
let builder = ImmutableArtifactBuilder::new(

0 commit comments

Comments
 (0)