all repos — telegram-bot-api @ 8907d30fe069524828c7d37917e0bd287911b065

Golang bindings for the Telegram Bot API

remove unneeded line in test
Syfaro syfaro@foxpaw.in
Wed, 29 Jul 2015 05:42:45 -0400
commit

8907d30fe069524828c7d37917e0bd287911b065

parent

c12c67addea5d27a01e97cc3cf0f2d055c2a6f93

1 files changed, 0 insertions(+), 1 deletions(-)

jump to
M bot_test.gobot_test.go

@@ -41,7 +41,6 @@ t.Fail()

} u := tgbotapi.NewUpdate(0) - u.Limit = 10000 _, err = bot.GetUpdates(u)