Fix typo in test name

This commit is contained in:
dougqh 2020-01-23 10:40:48 -05:00
parent b7d599d82f
commit 17af9b752c
1 changed files with 1 additions and 1 deletions

View File

@ -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)