Skip to content

Commit

Permalink
Update NameMappingsTest.java
Browse files Browse the repository at this point in the history
  • Loading branch information
AlvaroVega authored Sep 14, 2023
1 parent 07ec3f5 commit b0d293d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ public class NameMappingsTest {
+ " \"newServicePath\": \"/new_default\","
+ " \"entityMappings\": ["
+ " {"
+ " \"originalEntityId\": \"Room\\.(\\d*)\","
+ " \"originalEntityId\": \"Room*\","
+ " \"originalEntityType\": \"Room\","
+ " \"newEntityId\": \"new_Room1\","
+ " \"newEntityType\": \"new_Room\","
Expand Down

0 comments on commit b0d293d

Please sign in to comment.