RTopic test fixed

pull/297/head
Nikita 9 years ago
parent e26beab46f
commit 80cbb0e039

@ -68,8 +68,8 @@ public class RedissonTopicTest {
messageRecieved.countDown();
Message m = new Message("test");
if (!msg.equals(m)) {
topic1.publishAsync(m);
topic2.publishAsync(m);
topic1.publish(m);
topic2.publish(m);
}
}
});

Loading…
Cancel
Save