removed redundant logic

This commit is contained in:
Satyam Sah
2025-04-04 15:20:59 +05:30
parent e817e7d64f
commit 9c65ffddc9

View File

@@ -325,10 +325,6 @@ public class ImporterActionExecuterTest
assertNotNull("unzip action failed", importedFolder);
assertTrue("multiple folder structure created",nodeService.getChildAssocs(importedFolder).size() == 1);
}
catch (AlfrescoRuntimeException e)
{
throw(new AlfrescoRuntimeException(e.getMessage()));
}
finally
{
// clean test data