Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mircoianese committed Jul 4, 2024
1 parent 8a5c6c0 commit 5ec28ce
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1220,7 +1220,7 @@ public void setMessageReaction() {

@Test
public void getUserChatBoosts() {
ChatBoost[] chatBoosts = bot.execute(new GetUserChatBoosts(channelId, chatId.intValue())).boosts();
ChatBoost[] chatBoosts = bot.execute(new GetUserChatBoosts(channelId, chatId.longValue())).boosts();
assertEquals(chatBoosts.length, 0);
}

Expand Down

0 comments on commit 5ec28ce

Please sign in to comment.