Skip to content

Commit

Permalink
Remove addtional lines
Browse files Browse the repository at this point in the history
  • Loading branch information
asha15 committed Oct 13, 2024
1 parent 117cb39 commit 9e1ed8c
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,6 @@ public void setUp() {
MockitoAnnotations.openMocks(this);
serviceProvider = mock(ServiceProvider.class);
OrgApplicationMgtDataHolder.getInstance().setOrganizationManager(organizationManager);

mockedUtilities = Mockito.mockStatic(IdentityTenantUtil.class, Mockito.withSettings()
.defaultAnswer(Mockito.CALLS_REAL_METHODS));
}
Expand Down Expand Up @@ -127,7 +126,6 @@ public void testCreateApplicationInPrimaryOrg()
public void testInheritDiscoverabilityProperty() throws Exception {

ServiceProvider mainApplication = mock(ServiceProvider.class);

when(mainApplication.isDiscoverable()).thenReturn(true);
when(serviceProvider.isDiscoverable()).thenReturn(false);
Method method = fragmentApplicationMgtListener.getClass()
Expand Down

0 comments on commit 9e1ed8c

Please sign in to comment.