remove unneeded line in test

pull/9/head
Syfaro 10 years ago
parent c12c67adde
commit 8907d30fe0
  1. 1
      bot_test.go

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