File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -357,15 +357,15 @@ impl Client {
357
357
/// let task = client
358
358
/// .swap_indexes([&SwapIndexes {
359
359
/// indexes: (
360
- /// "test_swapping_two_indexes_1 ".to_string(),
361
- /// "test_swapping_two_indexes_2 ".to_string(),
360
+ /// "swap_index_1 ".to_string(),
361
+ /// "swap_index_2 ".to_string(),
362
362
/// ),
363
363
/// }])
364
364
/// .await
365
365
/// .unwrap();
366
366
///
367
- /// # client.index("task_index_1 ").delete().await.unwrap().wait_for_completion(&client, None, None).await.unwrap();
368
- /// # client.index("task_index_2 ").delete().await.unwrap().wait_for_completion(&client, None, None).await.unwrap();
367
+ /// # client.index("swap_index_1 ").delete().await.unwrap().wait_for_completion(&client, None, None).await.unwrap();
368
+ /// # client.index("swap_index_2 ").delete().await.unwrap().wait_for_completion(&client, None, None).await.unwrap();
369
369
/// # });
370
370
/// ```
371
371
pub async fn swap_indexes (
You can’t perform that action at this time.
0 commit comments