mirror of https://github.com/zlatinb/muwire
update test
parent
8798e83ab7
commit
e5adcd181f
|
@ -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)
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue