MNT-20740 Updates from review

This commit is contained in:
Sara Aspery
2019-08-05 10:20:38 +01:00
parent 7c4d8e91ab
commit 0f0b0962b8

View File

@@ -137,8 +137,7 @@ public class ContentBinDuplicationUtilityUnitTest
when(contentService.getReader(nodeRef, ContentModel.PROP_CONTENT).getContentUrl()).thenReturn(contentUrl);
when(recordsManagementQueryDAO.getContentUrlEntityUnreferenced(contentUrl)).thenReturn(contentUrlEntity);
boolean hasReference = contentBinDuplicationUtility.hasAtLeastOneOtherReference(nodeRef);
assertFalse(hasReference);
assertFalse(contentBinDuplicationUtility.hasAtLeastOneOtherReference(nodeRef));
}
/**