Fix typo in test name
This commit is contained in:
parent
b7d599d82f
commit
17af9b752c
|
@ -78,7 +78,7 @@ class ClassLoadingTest extends Specification {
|
||||||
loader.count == countAfterFirstLoad
|
loader.count == countAfterFirstLoad
|
||||||
}
|
}
|
||||||
|
|
||||||
def "make sure that ByteBuddy doesn't resue cached type descriptions between different classloaders"() {
|
def "make sure that ByteBuddy doesn't reuse cached type descriptions between different classloaders"() {
|
||||||
setup:
|
setup:
|
||||||
CountingClassLoader loader1 = new CountingClassLoader(classpath)
|
CountingClassLoader loader1 = new CountingClassLoader(classpath)
|
||||||
CountingClassLoader loader2 = new CountingClassLoader(classpath)
|
CountingClassLoader loader2 = new CountingClassLoader(classpath)
|
||||||
|
|
Loading…
Reference in New Issue