This is an automated email from the ASF dual-hosted git repository. borinquenkid pushed a commit to branch merge-hibernate6 in repository https://gitbox.apache.org/repos/asf/grails-core.git
commit cc6f9fd3d39a8d6d7f5936f64543893506a3d78e Author: Walter Duque de Estrada <[email protected]> AuthorDate: Thu Sep 25 20:05:41 2025 -0500 Update test --- .../groovy/org/apache/grails/data/testing/tck/tests/NegationSpec.groovy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/grails-datamapping-tck/src/main/groovy/org/apache/grails/data/testing/tck/tests/NegationSpec.groovy b/grails-datamapping-tck/src/main/groovy/org/apache/grails/data/testing/tck/tests/NegationSpec.groovy index 038d036af7..a1627a5390 100644 --- a/grails-datamapping-tck/src/main/groovy/org/apache/grails/data/testing/tck/tests/NegationSpec.groovy +++ b/grails-datamapping-tck/src/main/groovy/org/apache/grails/data/testing/tck/tests/NegationSpec.groovy @@ -90,6 +90,6 @@ class NegationSpec extends GrailsDataTckSpec { then: results.size() == 2 results.find { it.author == "Stieg Larsson" } != null - results.find { it.author == "Stephen King" && it.title == "The Shining" } != null + results.find { it.author == "James Patterson" } != null } }
