File tree Expand file tree Collapse file tree 1 file changed +0
-3
lines changed
src/test/java/io/getstream/chat/java Expand file tree Collapse file tree 1 file changed +0
-3
lines changed Original file line number Diff line number Diff line change @@ -44,8 +44,6 @@ void whenCountMessagesEnabled_thenMessagesCount() {
4444 ChannelGetResponse refreshed =
4545 Assertions .assertDoesNotThrow (() -> Channel .getOrCreate (type , id ).request ());
4646
47- System .out .printf ("%s" , refreshed .getChannel ());
48-
4947 Assertions .assertTrue (
5048 refreshed .getChannel ().getMessageCount () == 1 ,
5149 "messages_count should be 1 when count_messages is enabled" );
@@ -68,7 +66,6 @@ void whenCountMessagesDisabled_thenNoMessageCountPresent() {
6866
6967 String type = channelGetResponse .getChannel ().getType ();
7068 String id = channelGetResponse .getChannel ().getId ();
71- System .out .printf ("[count_enabled] Channel CID: %s%n" , channelGetResponse .getChannel ().getCId ());
7269
7370 // Disable count_messages via partial update (config_overrides)
7471 Map <String , Object > overrides = new HashMap <>();
You can’t perform that action at this time.
0 commit comments