Skip to content

Commit

Permalink
rename index-id to hopefully fix coverage (#5337)
Browse files Browse the repository at this point in the history
  • Loading branch information
trinity-1686a authored Aug 23, 2024
1 parent 82c475b commit d9577ba
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,7 @@ async fn test_update_doc_mapping_json_to_object() {

#[tokio::test]
async fn test_update_doc_mapping_object_to_json() {
let index_id = "update-json-to-object";
let index_id = "update-object-to-json";
let original_doc_mappings = json!({
"field_mappings": [
{
Expand Down

0 comments on commit d9577ba

Please sign in to comment.