Skip to content

Commit

Permalink
LPD-31556 SF
Browse files Browse the repository at this point in the history
  • Loading branch information
ling-alan-huang authored and brianchandotcom committed Jul 17, 2024
1 parent 9639adb commit 6f1708d
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ public void setUp() throws Exception {
"firstName")),
ObjectDefinitionConstants.SCOPE_SITE);

fragmentEntryLink = _addFragmentEntryLink();
fragmentEntryLink = addFragmentEntryLink();

ContentLayoutTestUtil.publishLayout(layout.fetchDraftLayout(), layout);
}
Expand Down Expand Up @@ -115,7 +115,7 @@ public void testRenderWithoutInfoItemDetails() throws Exception {
assertRender(0, mockHttpServletRequest);
}

protected FragmentEntryLink _addFragmentEntryLink() throws Exception {
protected FragmentEntryLink addFragmentEntryLink() throws Exception {
FragmentRenderer fragmentRenderer = getFragmentRenderer();

Layout draftLayout = layout.fetchDraftLayout();
Expand Down

0 comments on commit 6f1708d

Please sign in to comment.