Skip to content

Commit

Permalink
Update IT index
Browse files Browse the repository at this point in the history
Signed-off-by: Andrew Carbonetto <[email protected]>
  • Loading branch information
acarbonetto committed Jun 16, 2023
1 parent 1fd3a57 commit da1973f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ public void testMetafieldIdentifierTest() throws IOException {
public void testMetafieldIdentifierRoutingTest() throws IOException {
// create an index, but the contents doesn't matter
String id = "12345";
String index = "test.metafields";
String index = "test.routing_metafields";
new Index(index).addDoc("{\"age\": 30}", id);

// Execute using field metadata values
Expand Down

0 comments on commit da1973f

Please sign in to comment.