Updated tests

master
Robinson 2022-04-03 17:28:39 +02:00
parent 167f6e67c7
commit d4cc9e378e
No known key found for this signature in database
GPG Key ID: 8E7DB78588BD6F5C
1 changed files with 1 additions and 1 deletions

View File

@ -63,7 +63,7 @@ class BlockingTest {
var removed = 0
val pobj = object : BoundedPoolObject<String>() {
override fun onRemoval(`object`: String) {
override fun onRemove(`object`: String) {
removed++
}