refactor: Pushed sharding one layer down in the architecture
[demos/kafka/chat] / src / test / java / de / juplo / kafka / chat / backend / persistence / AbstractStorageStrategyIT.java
index 3ce527e..83e905b 100644 (file)
@@ -23,7 +23,7 @@ public abstract class AbstractStorageStrategyIT
   protected void start()
   {
     StorageStrategyITConfig config = getConfig();
-    chathome = new SimpleChatHome(config.getChatHomeService());
+    chathome = new ChatHome(config.getChatHomeService());
     chatRoomFactory = config.getChatRoomFactory();
   }