We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1bc7294 commit 797a974Copy full SHA for 797a974
core/src/test/kotlin/org/neo4j/graphql/utils/GraphQLSchemaTestSuite.kt
@@ -52,7 +52,7 @@ class GraphQLSchemaTestSuite(fileName: String) : AsciiDocTestSuite<GraphQLSchema
52
if (targetSchemaBlock == null) {
53
return emptyList()
54
}
55
- val compareSchemaTest = DynamicTest.dynamicTest("compare schema", targetSchemaBlock?.uri) {
+ val compareSchemaTest = DynamicTest.dynamicTest("compare schema", targetSchemaBlock.uri) {
56
val configBlock = testCase.schemaConfig
57
val config = configBlock?.content?.let { MAPPER.readValue(it, SchemaConfig::class.java) } ?: SchemaConfig()
58
0 commit comments