Skip to content

Commit

Permalink
Remove incorrect test descriptions (#12998)
Browse files Browse the repository at this point in the history
These descriptions have been copied by accident from another test in this class.

The test method name is actually sufficient in these cases.
  • Loading branch information
darxriggs committed May 22, 2023
1 parent 4fa10ab commit 76cb9f8
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ class SomeClass {
given:
def gcl = new GroovyClassLoader()

when: 'a class marked with @GrailsCompileStatic invokes dynamic finders on a non-domain class inside of a method marked with TypeCheckingMode.SKIP'
when:
def c = gcl.parseClass('''
package grails.compiler
Expand All @@ -193,7 +193,7 @@ class SomeClass implements grails.validation.Validateable {
given:
def gcl = new GroovyClassLoader()

when: 'a class marked with @GrailsCompileStatic invokes dynamic finders on a non-domain class inside of a method marked with TypeCheckingMode.SKIP'
when:
def c = gcl.parseClass('''
package grails.compiler
Expand Down Expand Up @@ -229,7 +229,7 @@ class SomeClass implements grails.validation.Validateable {
given:
def gcl = new GroovyClassLoader()

when: 'a class marked with @GrailsCompileStatic invokes dynamic finders on a non-domain class inside of a method marked with TypeCheckingMode.SKIP'
when:
def c = gcl.parseClass('''
package grails.compiler
Expand Down

0 comments on commit 76cb9f8

Please sign in to comment.