chibenwa commented on code in PR #2421: URL: https://github.com/apache/james-project/pull/2421#discussion_r1777540520
########## protocols/imap/src/test/java/org/apache/james/imap/processor/SetACLProcessorTest.java: ########## @@ -187,7 +178,8 @@ private void testOp(String prefix, EditMode editMode) { mailboxSession)) .thenReturn(Mono.empty()); - SetACLRequest r = new SetACLRequest(TAG, MAILBOX_NAME, USER_1.asString(), prefix + SET_RIGHTS); + MailboxACL.Rfc4314Rights rights = MailboxACL.Rfc4314Rights.deserialize(SET_RIGHTS); + SetACLRequest r = new SetACLRequest(TAG, new SetACLRequest.MailboxName(MAILBOX_NAME), USER_1, editMode, rights); Review Comment: r is a bit of a short name? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: notifications-unsubscr...@james.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: notifications-unsubscr...@james.apache.org For additional commands, e-mail: notifications-h...@james.apache.org