Fix unit test

This commit is contained in:
Nikolay Martynov 2020-04-13 17:51:20 -04:00
parent 96fcb278b6
commit b1589c3819
1 changed files with 1 additions and 1 deletions

View File

@ -57,7 +57,7 @@ class WeakConcurrentSupplierTest extends DDSpecification {
where:
name | supplierSupplier
"WeakConcurrent" | { -> new WeakMapSuppliers.WeakConcurrent(cleaner) }
"WeakConcurrent" | { -> new WeakMapSuppliers.WeakConcurrent() }
"WeakInline" | { -> new WeakMapSuppliers.WeakConcurrent.Inline() }
"Guava" | { -> new WeakMapSuppliers.Guava() }
}