Skip to content

Commit 12eaa86

Browse files
committed
Tidy up
1 parent 91c9b74 commit 12eaa86

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/test/groovy/graphql/schema/validation/AppliedDirectivesAreValidTest.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ class AppliedDirectivesAreValidTest extends Specification {
8989
fieldAppliedDirectives.any { it.name == "myDirectiveName2" }
9090
}
9191

92-
def "replace applied directive builder does clear and replace existing applied directives"(){
92+
def "replace applied directive builder does clear and replace existing applied directives"() {
9393
given:
9494
def directive1 = mkDirective("myDirectiveName1", FIELD_DEFINITION)
9595
def directive2 = mkDirective("myDirectiveName2", FIELD_DEFINITION)

0 commit comments

Comments
 (0)