We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a5614b3 commit a54f7b9Copy full SHA for a54f7b9
1 file changed
src/test/groovy/graphql/schema/SchemaTransformerTest.groovy
@@ -960,7 +960,7 @@ type Query {
960
visitedCodeRegistry instanceof GraphQLCodeRegistry.Builder
961
}
962
963
- def "deprecation transformation overrides existing deprecated directive reason for object type"() {
+ def "deprecation transformation correctly overrides existing deprecated directive reasons"() {
964
def schema = TestUtil.schema("""
965
schema {
966
query: QueryType
0 commit comments