Skip to content

Commit 5c52f15

Browse files
committed
Fix stopMessageLiveLocation test
1 parent ff13703 commit 5c52f15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/src/test/java/com/pengrad/telegrambot/TelegramBotTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1062,7 +1062,7 @@ public void stopMessageLiveLocation() {
10621062
response = bot.execute(new StopMessageLiveLocation("AgAAAPrwAQCj_Q4D2s-51_8jsuU"));
10631063
if (!response.isOk()) {
10641064
assertEquals(400, response.errorCode());
1065-
assertEquals("Bad Request: message is not modified: specified new message content and reply markup are exactly the same as a current content and reply_markup of the message",
1065+
assertEquals("Bad Request: message is not modified: specified new message content and reply markup are exactly the same as a current content and reply markup of the message",
10661066
response.description());
10671067
}
10681068
}

0 commit comments

Comments
 (0)