Skip to content

Commit 9d2ec21

Browse files
LPD-70061 SF
1 parent 4310b2a commit 9d2ec21

File tree

1 file changed

+0
-2
lines changed
  • modules/apps/fragment/fragment-entry-processor/fragment-entry-processor-freemarker-test/src/testIntegration/java/com/liferay/fragment/entry/processor/freemarker/test

1 file changed

+0
-2
lines changed

modules/apps/fragment/fragment-entry-processor/fragment-entry-processor-freemarker-test/src/testIntegration/java/com/liferay/fragment/entry/processor/freemarker/test/FreeMarkerFragmentEntryProcessorTest.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -642,7 +642,6 @@ public void testProcessFragmentEntryLinkHTMLWithConfigurationLocalizable()
642642
new MockHttpServletResponse(), Constants.VIEW,
643643
LocaleUtil.fromLanguageId("en_US")))),
644644
CoreMatchers.containsString("Style - dark"));
645-
646645
Assert.assertThat(
647646
_getProcessedHTML(
648647
_fragmentEntryProcessorRegistry.processFragmentEntryLinkHTML(
@@ -652,7 +651,6 @@ public void testProcessFragmentEntryLinkHTMLWithConfigurationLocalizable()
652651
new MockHttpServletResponse(), Constants.VIEW,
653652
LocaleUtil.fromLanguageId("es_ES")))),
654653
CoreMatchers.containsString("Style - light"));
655-
656654
Assert.assertThat(
657655
_getProcessedHTML(
658656
_fragmentEntryProcessorRegistry.processFragmentEntryLinkHTML(

0 commit comments

Comments
 (0)