matrei commented on code in PR #14876: URL: https://github.com/apache/grails-core/pull/14876#discussion_r2187589282
########## grails-data-neo4j/examples/grails3-neo4j/src/integration-test/groovy/functional/tests/BookControllerSpec.groovy: ########## @@ -27,7 +27,7 @@ class BookControllerSpec extends GebSpec { void "Test list books"() { when:"The home page is visited" - go '/book/index' + go ('/book/index') Review Comment: Spacing? -- 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...@grails.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org