remove unneeded line in test

bot-api-6.1
Syfaro 2015-07-29 05:42:45 -04:00
parent c12c67adde
commit 8907d30fe0
1 changed files with 0 additions and 1 deletions

View File

@ -41,7 +41,6 @@ func TestGetUpdates(t *testing.T) {
}
u := tgbotapi.NewUpdate(0)
u.Limit = 10000
_, err = bot.GetUpdates(u)