WIP:test wip-sharding
authorKai Moritz <kai@juplo.de>
Fri, 24 Feb 2023 11:01:47 +0000 (12:01 +0100)
committerKai Moritz <kai@juplo.de>
Fri, 24 Feb 2023 11:01:47 +0000 (12:01 +0100)
src/test/java/de/juplo/kafka/chat/backend/api/ChatBackendControllerTest.java

index ad617ff..b80e655 100644 (file)
@@ -225,7 +225,7 @@ public class ChatBackendControllerTest
         0,
         Clock.systemDefaultZone(),
         chatRoomService, 8);
-    when(chatHomeService.getChatRoom(any(UUID.c lass)))
+    when(chatHomeService.getChatRoom(any(UUID.class)))
         .thenReturn(Mono.just(chatRoom));
     when(chatRoomService.getMessage(any(Message.MessageKey.class)))
         .thenReturn(Mono.empty());