File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
src/test/java/io/getstream/chat/java Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change 33import io .getstream .chat .java .models .Channel ;
44import io .getstream .chat .java .models .Channel .ChannelGetResponse ;
55import io .getstream .chat .java .models .Channel .ChannelRequestObject ;
6- import io .getstream .chat .java .models .ChannelType .ChannelTypeCreateResponse ;
7- import io .getstream .chat .java .models .ChannelType .ChannelTypeGetResponse ;
86import io .getstream .chat .java .models .ChannelType ;
97import io .getstream .chat .java .models .Message ;
108import io .getstream .chat .java .models .Message .MessageRequestObject ;
@@ -21,7 +19,8 @@ public class MessageCountTest extends BasicTest {
2119 @ Test
2220 void whenCountMessagesEnabled_thenMessagesCount () {
2321 // Enable count_messages on the built-in "messaging" channel type
24- Assertions .assertDoesNotThrow (() -> ChannelType .update ("messaging" ).countMessages (true ).request ());
22+ Assertions .assertDoesNotThrow (
23+ () -> ChannelType .update ("messaging" ).countMessages (true ).request ());
2524 pause ();
2625
2726 ChannelGetResponse channelGetResponse =
You can’t perform that action at this time.
0 commit comments