We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 91c9b74 commit 12eaa86Copy full SHA for 12eaa86
1 file changed
src/test/groovy/graphql/schema/validation/AppliedDirectivesAreValidTest.groovy
@@ -89,7 +89,7 @@ class AppliedDirectivesAreValidTest extends Specification {
89
fieldAppliedDirectives.any { it.name == "myDirectiveName2" }
90
}
91
92
- def "replace applied directive builder does clear and replace existing applied directives"(){
+ def "replace applied directive builder does clear and replace existing applied directives"() {
93
given:
94
def directive1 = mkDirective("myDirectiveName1", FIELD_DEFINITION)
95
def directive2 = mkDirective("myDirectiveName2", FIELD_DEFINITION)
0 commit comments