Skip to content

Commit b3d3c00

Browse files
committed
Minor change to AccountManagerImplTest
1 parent 0a2c5a4 commit b3d3c00

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

server/src/test/java/com/cloud/user/AccountManagerImplTest.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,6 @@ public void deleteUserAccountTestIfAccountIdIsNotEqualToCallerAccountIdShouldNot
234234
callContextMocked.when(CallContext::current).thenReturn(callContextMock);
235235
long accountId = 1L;
236236

237-
Mockito.doReturn(accountVoMock).when(callContextMock).getCallingAccount();
238237
Mockito.doReturn(2L).when(accountVoMock).getId();
239238
Mockito.doReturn(true).when(accountManagerImpl).isDeleteNeeded(Mockito.any(), Mockito.anyLong(), Mockito.any());
240239
Mockito.doReturn(new ArrayList<Long>()).when(_projectAccountDao).listAdministratedProjectIds(Mockito.anyLong());

0 commit comments

Comments
 (0)