Fix the test title for SingleTestClassLoader.
continuous-integration/drone/tag Build is passing

This commit is contained in:
2023-10-08 19:55:30 +03:00
parent b57b005d97
commit b1ef8dc32f
@@ -9,7 +9,7 @@ import spock.lang.Title
@Narrative("""The loader must return a class or null, so
those tests check if responses are right.
""")
@Title("Integrated tests for ClassLoader.")
@Title("Integrated tests for SingleClassLoader.")
class IntegratedSingleClassLoader extends Specification {
def "The class has been loaded."() {
given: "I have a class loader"