Merge remote-tracking branch 'pr0head/master' into develop

This commit is contained in:
Syfaro 2017-12-29 12:56:31 -06:00
commit 4ec899a62e
5 changed files with 67 additions and 14 deletions

View file

@ -266,7 +266,7 @@ func TestSendWithContact(t *testing.T) {
func TestSendWithLocation(t *testing.T) {
bot, _ := getBot(t)
_, err := bot.Send(tgbotapi.NewLocation(ChatID, 40, 40))
_, err := bot.Send(tgbotapi.NewLocation(ChatID, 40, 40, 86400))
if err != nil {
t.Error(err)