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, 15 Mar 2024 20:38:40 +0000 (21:38 +0100)
commitad2750e7cc30a885119c2ef3396374d81c3806ed
tree25f78a0dfeff0d3f0cde24bc92eff1f3e123932d
parentb2d60ed2df0394f62dce00992e53d0786921b4db
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