mirror of
https://github.com/signalapp/Signal-Server
synced 2026-04-21 04:58:06 +01:00
Factor MessagePersister into its own class.
This commit is contained in:
committed by
Jon Chambers
parent
e35e34d2e0
commit
5fad8f74b1
@@ -26,7 +26,7 @@ public class MessagesCacheTest extends AbstractMessagesCacheTest {
|
||||
final RedisClientFactory clientFactory = new RedisClientFactory("message-cache-test", redisUrl, List.of(redisUrl), new CircuitBreakerConfiguration());
|
||||
final ReplicatedJedisPool jedisPool = clientFactory.getRedisClientPool();
|
||||
|
||||
messagesCache = new MessagesCache(jedisPool, mock(Messages.class), mock(AccountsManager.class), 60);
|
||||
messagesCache = new MessagesCache(jedisPool);
|
||||
}
|
||||
|
||||
@After
|
||||
|
||||
Reference in New Issue
Block a user