From 40767c1b5937c4845fc9b3bc8699ee3e458ceb4f Mon Sep 17 00:00:00 2001 From: Ross Gale Date: Tue, 20 Aug 2019 13:58:26 +0100 Subject: [PATCH] RM-6873 adding code review changes --- .../test/integration/hold/RemoveActiveContentFromHoldTest.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rm-community/rm-community-repo/test/java/org/alfresco/module/org_alfresco_module_rm/test/integration/hold/RemoveActiveContentFromHoldTest.java b/rm-community/rm-community-repo/test/java/org/alfresco/module/org_alfresco_module_rm/test/integration/hold/RemoveActiveContentFromHoldTest.java index 7f940ef310..170bec08ab 100644 --- a/rm-community/rm-community-repo/test/java/org/alfresco/module/org_alfresco_module_rm/test/integration/hold/RemoveActiveContentFromHoldTest.java +++ b/rm-community/rm-community-repo/test/java/org/alfresco/module/org_alfresco_module_rm/test/integration/hold/RemoveActiveContentFromHoldTest.java @@ -138,7 +138,7 @@ public class RemoveActiveContentFromHoldTest extends BaseRMTestCase /** * Given a piece of active content on hold - * When I try to remove the active content to the hold without permission + * When I try to remove the active content from the hold without permission * Then an access denied exception is thrown */ public void testRemoveDocumentFromHoldFailsWithoutFilingPermission()