}
@Test
- @DisplayName("Assert, that ChatMessageService.persistMessage() is not called if a message is sent to a closed chat-room")
+ @DisplayName("Assert, that ChatMessageService.persistMessage() is not called if a message is sent to an inactive chat-room")
void testAddMessageToClosedChatRoomDoesNotTriggerPersistence()
{
// Given
}
@Test
- @DisplayName("Assert, that a listended to chat-room emits completed, if it is closed")
+ @DisplayName("Assert, that a listended to chat-room emits completed, if it is deactivated")
void testListenedToChatRoomEmitsCompletedIfItIsClosed()
{
// Given