From c1c62540b0aa9c0b1580c2f4eb10bd12e6f06cea Mon Sep 17 00:00:00 2001 From: Marcelo Shima Date: Wed, 1 Nov 2023 11:14:04 -0300 Subject: [PATCH] fix sample definition --- .../samples/.jhipster/JpaFilteringRelationship.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test-integration/samples/.jhipster/JpaFilteringRelationship.json b/test-integration/samples/.jhipster/JpaFilteringRelationship.json index 36b3c4aa2ea8..cc4072b9045c 100644 --- a/test-integration/samples/.jhipster/JpaFilteringRelationship.json +++ b/test-integration/samples/.jhipster/JpaFilteringRelationship.json @@ -40,7 +40,7 @@ { "otherEntityField": "id", "otherEntityName": "jpaFilteringOtherSide", - "otherEntityRelationshipName": "jpaFilteringRelationship", + "otherEntityRelationshipName": "requiredManyToOneOtherSide", "relationshipName": "requiredManyToOne", "relationshipType": "many-to-one", "relationshipValidateRules": "required" @@ -48,7 +48,7 @@ { "otherEntityField": "id", "otherEntityName": "jpaFilteringOtherSide", - "otherEntityRelationshipName": "jpaFilteringRelationship", + "otherEntityRelationshipName": "manyToOneOtherSide", "relationshipName": "manyToOne", "relationshipType": "many-to-one" },