RM-4296 - removed redundant parent type checked

This commit is contained in:
Ana Bozianu
2016-11-04 15:36:55 +02:00
parent 5d52f38222
commit 793bdd64da
2 changed files with 2 additions and 11 deletions

View File

@@ -62,7 +62,6 @@ public class FilePlanTypeUnitTest extends BaseUnitTest
public void setup()
{
filePlanContainer = generateNodeRef(TYPE_FILE_PLAN, true);
when(mockedFilePlanService.isFilePlan(filePlanContainer)).thenReturn(true);
}
/**