It reaches this line: ```if (descriptor == null) {...
# kotest-contributors
l
It reaches this line:
Copy code
if (descriptor == null) {
   log { "JUnitTestEngineListener: Error retrieving description for spec[${kclass.qualifiedName}]" }
   throw RuntimeException("Error retrieving description for spec ${kclass.qualifiedName}")
}