Skip to content

Commit cb9bf84

Browse files
committed
Improve test name
1 parent ad56eed commit cb9bf84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/groovy/graphql/kickstart/tools/SchemaParserSpec.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -373,7 +373,7 @@ class SchemaParserSpec extends Specification {
373373
noExceptionThrown()
374374
}
375375

376-
def "NonNull and nullable arguments returning it's GraphQLInputObjectType "() {
376+
def "NonNull and nullable input arguments should resolve to GraphQLInputObjectType"() {
377377
when:
378378
GraphQLSchema schema = SchemaParser.newParser().schemaString('''\
379379
type Query {

0 commit comments

Comments
 (0)