This is an automated email from the ASF dual-hosted git repository.
jdaugherty pushed a commit to branch 7.0.x
in repository https://gitbox.apache.org/repos/asf/grails-core.git
The following commit(s) were added to refs/heads/7.0.x by this push:
new 2b9fa3e1f5 update test for newline added by license header addition
2b9fa3e1f5 is described below
commit 2b9fa3e1f58afdc9e5468422122dd2e67f8ae7cb
Author: James Daugherty <[email protected]>
AuthorDate: Wed Apr 23 13:44:31 2025 -0400
update test for newline added by license header addition
---
.../test/mixin/GroovyPageUnitTestMixinWithCustomViewDirSpec.groovy | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/grails-test-suite-uber/src/test/groovy/grails/test/mixin/GroovyPageUnitTestMixinWithCustomViewDirSpec.groovy
b/grails-test-suite-uber/src/test/groovy/grails/test/mixin/GroovyPageUnitTestMixinWithCustomViewDirSpec.groovy
index fa3305c8ad..a37360f106 100644
---
a/grails-test-suite-uber/src/test/groovy/grails/test/mixin/GroovyPageUnitTestMixinWithCustomViewDirSpec.groovy
+++
b/grails-test-suite-uber/src/test/groovy/grails/test/mixin/GroovyPageUnitTestMixinWithCustomViewDirSpec.groovy
@@ -35,6 +35,6 @@ class GroovyPageUnitTestMixinWithCustomViewDirSpec extends
Specification impleme
def result = render(template: '/demo/myTemplate')
then:
- result == 'this is a custom template'
+ result == '\nthis is a custom template'
}
}