Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ybensacq committed Aug 23, 2024
1 parent 733ea18 commit c8b5954
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions crates/ark-metadata/src/metadata_manager.rs
Original file line number Diff line number Diff line change
Expand Up @@ -499,7 +499,7 @@ mod tests {
&storage_manager,
&mock_client,
&mock_file,
&mock_elasticsearch_manager,
Some(&mock_elasticsearch_manager),
);

// EXECUTION: Call the function under test
Expand Down Expand Up @@ -583,7 +583,7 @@ mod tests {
&mock_storage,
&mock_client,
&mock_file,
&mock_elasticsearch_manager,
Some(&mock_elasticsearch_manager),
);

// EXECUTION: Call the function under test
Expand Down Expand Up @@ -636,7 +636,7 @@ mod tests {
&storage_manager,
&mock_client,
&mock_file,
&mock_elasticsearch_manager,
Some(&mock_elasticsearch_manager),
);

// EXECUTION: Call the function under test
Expand Down

0 comments on commit c8b5954

Please sign in to comment.