This is an automated email from the ASF dual-hosted git repository.

jamesfredley pushed a commit to branch fix/where-query-bugs
in repository https://gitbox.apache.org/repos/asf/grails-core.git


The following commit(s) were added to refs/heads/fix/where-query-bugs by this 
push:
     new b89eee11db Remove section grouping comment from test spec
b89eee11db is described below

commit b89eee11dbb1df0463c9aba58838795be01f288c
Author: James Fredley <[email protected]>
AuthorDate: Thu Feb 26 08:46:16 2026 -0500

    Remove section grouping comment from test spec
    
    Assisted-by: Claude Code <[email protected]>
---
 .../groovy/grails/gorm/tests/WhereQueryOldIssueVerificationSpec.groovy   | 1 -
 1 file changed, 1 deletion(-)

diff --git 
a/grails-data-hibernate5/core/src/test/groovy/grails/gorm/tests/WhereQueryOldIssueVerificationSpec.groovy
 
b/grails-data-hibernate5/core/src/test/groovy/grails/gorm/tests/WhereQueryOldIssueVerificationSpec.groovy
index 354542c7be..8d556ff50f 100644
--- 
a/grails-data-hibernate5/core/src/test/groovy/grails/gorm/tests/WhereQueryOldIssueVerificationSpec.groovy
+++ 
b/grails-data-hibernate5/core/src/test/groovy/grails/gorm/tests/WhereQueryOldIssueVerificationSpec.groovy
@@ -259,7 +259,6 @@ class WhereQueryOldIssueVerificationSpec extends 
Specification {
     }
 }
 
-// --- Domain classes for verification ---
 
 @Entity
 class WqFoo implements HibernateEntity<WqFoo> {

Reply via email to