diff --git a/bot_test.go b/bot_test.go index 37280f4..6f56565 100644 --- a/bot_test.go +++ b/bot_test.go @@ -41,7 +41,6 @@ func TestGetUpdates(t *testing.T) { } u := tgbotapi.NewUpdate(0) - u.Limit = 10000 _, err = bot.GetUpdates(u)