Skip to content

Commit 5f5c739

Browse files
LPS-191342 SF
1 parent 5bb6907 commit 5f5c739

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

modules/apps/portal-vulcan/portal-vulcan-test/src/testIntegration/java/com/liferay/portal/vulcan/internal/jaxrs/context/provider/test/PaginationContextProviderTest.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,6 @@ public void test() throws Exception {
126126
_withPageSizeLimit(-1, () -> _test(1, 25, null, 25));
127127
_withPageSizeLimit(-1, () -> _test(2, 20, 2, null));
128128
_withPageSizeLimit(-1, () -> _test(2, 25, 2, 25));
129-
130129
_withPageSizeLimit(0, () -> _test(1, 20, null, null));
131130
_withPageSizeLimit(0, () -> _test(1, 25, null, 25));
132131
_withPageSizeLimit(0, () -> _test(2, 20, 2, null));
@@ -138,7 +137,6 @@ public void test() throws Exception {
138137
_withPageSizeLimit(-1, () -> _test(-1, -1, 0, null));
139138
_withPageSizeLimit(-1, () -> _test(-1, -1, null, -1));
140139
_withPageSizeLimit(-1, () -> _test(-1, -1, null, 0));
141-
142140
_withPageSizeLimit(0, () -> _test(-1, -1, -1, null));
143141
_withPageSizeLimit(0, () -> _test(-1, -1, 0, null));
144142
_withPageSizeLimit(0, () -> _test(-1, -1, null, -1));

0 commit comments

Comments
 (0)