Skip to content

Commit e95afc2

Browse files
committed
typo fix
1 parent 880216e commit e95afc2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/test/groovy/graphql/parser/ParserTest.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -339,7 +339,7 @@ class ParserTest extends Specification {
339339

340340
}
341341

342-
def "extraneous input is an excpetion"() {
342+
def "extraneous input is an exception"() {
343343
given:
344344
def input = """
345345
mutation event(\$var: SomeType[]!) { res: update(arg: \$var) {id} }

0 commit comments

Comments
 (0)