vttranlina commented on a change in pull request #765:
URL: https://github.com/apache/james-project/pull/765#discussion_r758017025
##########
File path:
server/protocols/jmap-rfc-8621/src/test/scala/org/apache/james/jmap/json/BackReferenceTest.scala
##########
@@ -46,12 +46,15 @@ class BackReferenceTest extends AnyWordSpec with Matchers {
}
"Array element parsing" should {
- "succeed when poositive" in {
+ "succeed when positive" in {
ArrayElementPart.parse("[1]") should equal(Some(ArrayElementPart(1)))
}
"succeed when zero" in {
ArrayElementPart.parse("[0]") should equal(Some(ArrayElementPart(0)))
Review comment:
I just fixed the grammar
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]