This is an automated email from the ASF dual-hosted git repository. btellier pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/james-project.git
commit 8bd2880e1d105d28dea94dd9f894657402a78f2a Author: Benoit Tellier <[email protected]> AuthorDate: Mon Aug 17 16:30:53 2020 +0700 JAMES-3357 MailboxSetMethodContract: add missing spaces --- .../james/jmap/rfc8621/contract/MailboxSetMethodContract.scala | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/server/protocols/jmap-rfc-8621-integration-tests/jmap-rfc-8621-integration-tests-common/src/main/scala/org/apache/james/jmap/rfc8621/contract/MailboxSetMethodContract.scala b/server/protocols/jmap-rfc-8621-integration-tests/jmap-rfc-8621-integration-tests-common/src/main/scala/org/apache/james/jmap/rfc8621/contract/MailboxSetMethodContract.scala index bf6c8aa..eae547b 100644 --- a/server/protocols/jmap-rfc-8621-integration-tests/jmap-rfc-8621-integration-tests-common/src/main/scala/org/apache/james/jmap/rfc8621/contract/MailboxSetMethodContract.scala +++ b/server/protocols/jmap-rfc-8621-integration-tests/jmap-rfc-8621-integration-tests-common/src/main/scala/org/apache/james/jmap/rfc8621/contract/MailboxSetMethodContract.scala @@ -310,7 +310,7 @@ trait MailboxSetMethodContract { @Test def mailboxSetShouldNotSubscribeMailboxWhenRequired(server: GuiceJamesServer): Unit = { - val request= + val request = """ |{ | "using": [ "urn:ietf:params:jmap:core", "urn:ietf:params:jmap:mail" ], @@ -351,7 +351,7 @@ trait MailboxSetMethodContract { @Test def mailboxSetShouldSubscribeMailboxByDefault(server: GuiceJamesServer): Unit = { - val request= + val request = """ |{ | "using": [ "urn:ietf:params:jmap:core", "urn:ietf:params:jmap:mail" ], @@ -496,7 +496,7 @@ trait MailboxSetMethodContract { @Test def destroyShouldUnsubscribeMailboxes(server: GuiceJamesServer): Unit = { - val request= + val request = """ |{ | "using": [ "urn:ietf:params:jmap:core", "urn:ietf:params:jmap:mail" ], --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
