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

main 0.9.1
KKlochko 2 years ago
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"

Loading…
Cancel
Save