refactor: Refined the creation of new `ChatRoom`s
[demos/kafka/chat] / src / test / java / de / juplo / kafka / chat / backend / persistence / AbstractInMemoryStorageIT.java
index 832ebd9..dd76324 100644 (file)
@@ -27,6 +27,7 @@ public abstract class AbstractInMemoryStorageIT extends AbstractStorageStrategyI
           getStorageStrategy().read());
 
       InMemoryChatRoomFactory chatRoomFactory = new InMemoryChatRoomFactory(
+          chatHomeService,
           chatRoomId -> 0,
           clock,
           8);