test: Fixed `AbstractConfigurationIT#testPutMessageInNewChatRoom()`
authorKai Moritz <kai@juplo.de>
Fri, 15 Mar 2024 10:18:29 +0000 (11:18 +0100)
committerKai Moritz <kai@juplo.de>
Fri, 22 Mar 2024 16:39:20 +0000 (17:39 +0100)
commite6067f6b645276169c32bad73c405dadbdc887ac
treea8b191254080d0b136f7d8e57cdc7dc8db6f5958
parentb79f8ff50a6036c41a520b515bb9ff2f5f2855e2
test: Fixed `AbstractConfigurationIT#testPutMessageInNewChatRoom()`

* The first request in the awaited assertion must create a chat-room,
  that is owned by the instance.
* Hence, _it has to_ assert, that the shard of the created chat-room is
  `2` - the only shard, the test-instance owns, or _empty_, if the instance
  under test does not implement sharding.
src/test/java/de/juplo/kafka/chat/backend/AbstractConfigurationIT.java