Skip to content

Commit 797a974

Browse files
committed
resolve warning
1 parent 1bc7294 commit 797a974

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/test/kotlin/org/neo4j/graphql/utils/GraphQLSchemaTestSuite.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ class GraphQLSchemaTestSuite(fileName: String) : AsciiDocTestSuite<GraphQLSchema
5252
if (targetSchemaBlock == null) {
5353
return emptyList()
5454
}
55-
val compareSchemaTest = DynamicTest.dynamicTest("compare schema", targetSchemaBlock?.uri) {
55+
val compareSchemaTest = DynamicTest.dynamicTest("compare schema", targetSchemaBlock.uri) {
5656
val configBlock = testCase.schemaConfig
5757
val config = configBlock?.content?.let { MAPPER.readValue(it, SchemaConfig::class.java) } ?: SchemaConfig()
5858

0 commit comments

Comments
 (0)