update test

pull/53/head
Zlatin Balevsky 2020-10-20 16:45:39 +01:00
parent 8798e83ab7
commit e5adcd181f
No known key found for this signature in database
GPG Key ID: A72832072D525E41
1 changed files with 1 additions and 1 deletions

View File

@ -53,7 +53,7 @@ class HostCacheTest {
private void initMocks() {
trust = trustMock.proxyInstance()
settings = settingsMock.proxyInstance()
cache = new HostCache(trust, persist, 100, settings, new Destination())
cache = new SimpleHostCache(trust, persist, 100, settings, new Destination())
cache.start()
Thread.sleep(150)
}