all repos — telegram-bot-api @ 5c5e96de34ba4bcb0b1d1e9dd757559577c71e47

Golang bindings for the Telegram Bot API

Change assertion failure message
Jiayu Yi yijiayu@gmail.com
Tue, 21 Jul 2020 16:37:08 +0800
commit

5c5e96de34ba4bcb0b1d1e9dd757559577c71e47

parent

64517d16e7c54529952c535c22764e8cbbfd939c

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

jump to
M bot_test.gobot_test.go

@@ -498,7 +498,7 @@ if err != nil {

t.Error(err) } if info.MaxConnections == 0 { - t.Errorf("wanted max connections to be greater than 0") + t.Errorf("Expected maximum connections to be greater than 0") } if info.LastErrorDate != 0 { t.Errorf("[Telegram callback failed]%s", info.LastErrorMessage)