File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed
library/src/test/java/com/pengrad/telegrambot Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change 66import com .pengrad .telegrambot .model .botcommandscope .BotCommandScopeAllChatAdministrators ;
77import com .pengrad .telegrambot .model .chatboost .ChatBoost ;
88import com .pengrad .telegrambot .model .giveaway .Giveaway ;
9- import com .pengrad .telegrambot .model .reaction .ReactionType ;
109import com .pengrad .telegrambot .model .reaction .ReactionTypeEmoji ;
1110import com .pengrad .telegrambot .model .request .*;
1211import com .pengrad .telegrambot .passport .*;
@@ -468,7 +467,7 @@ public void answerCallback() {
468467 public void getChat () throws MalformedURLException , URISyntaxException {
469468 ChatFullInfo chat = bot .execute (new GetChat (groupId )).chat ();
470469 ChatTest .checkFullInfoChat (chat , true );
471- assertEquals (Chat .Type .supergroup , chat .type ());
470+ assertEquals (ChatFullInfo .Type .supergroup , chat .type ());
472471 assertTrue (chat .title ().contains ("Test Bot Group" ));
473472 assertTrue (chat .description ().contains ("New desc" ));
474473 assertEquals (Integer .valueOf (10 ), chat .slowModeDelay ());
You can’t perform that action at this time.
0 commit comments