Skip to content

Commit

Permalink
CCMSPUI-383 Reverted ScopeLimitationServiceIntegrationTest
Browse files Browse the repository at this point in the history
Signed-off-by: Jamie Briggs <[email protected]>
  • Loading branch information
JamieBriggs-MoJ committed Jan 14, 2025
1 parent 8fe1774 commit caf8a67
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ public void testGetScopeLimitations_MultiMatch() {

// Call the service method
ScopeLimitationDetails result = scopeLimitationService.getScopeLimitations(
scopeLimitationDetail, Pageable.ofSize(10).withPage(0));
scopeLimitationDetail, Pageable.unpaged());

// Assert the proceeding
assertNotNull(result);
Expand Down Expand Up @@ -88,7 +88,7 @@ public void testGetScopeLimitations_SingleMatch() {

// Call the service method
ScopeLimitationDetails result = scopeLimitationService.getScopeLimitations(
scopeLimitationDetail, Pageable.ofSize(10).withPage(0));
scopeLimitationDetail, Pageable.unpaged());

// Assert the proceeding
assertNotNull(result);
Expand Down

0 comments on commit caf8a67

Please sign in to comment.