Skip to content

Commit

Permalink
Clippy (#4045)
Browse files Browse the repository at this point in the history
  • Loading branch information
fulmicoton authored Oct 28, 2023
1 parent a0d5475 commit a83f845
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -772,7 +772,7 @@ mod tests {
let storage = Arc::new(mock_storage);

let index_id = "test-delete-splits-storage-error--index";
let index_uid = IndexUid::new_with_random_ulid(&index_id);
let index_uid = IndexUid::new_with_random_ulid(index_id);

let mut mock_metastore = MetastoreServiceClient::mock();
mock_metastore.expect_delete_splits().return_once(|_| {
Expand Down

0 comments on commit a83f845

Please sign in to comment.