Skip to content

Commit

Permalink
Variable change
Browse files Browse the repository at this point in the history
  • Loading branch information
Shubhangi-cs committed Aug 21, 2023
1 parent 0167131 commit 9e4f234
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ public void testBuildExpandOutputSchema() throws SuccessFactorsServiceException
"password", "filterOption", "selectOption", "expandOption",
"paginationType");
Schema outputSchema = generator.buildExpandOutputSchema("Benefit",
"eligibleBenefits", "assEntity", pluginConfig);
"eligibleBenefits", "associatedEntity", pluginConfig);
int lastIndex = outputSchema.getFields().size() - 1;
Assert.assertEquals("Schema field size is same.",
96,
Expand Down

0 comments on commit 9e4f234

Please sign in to comment.