diff --git a/bot_test.go b/bot_test.go index b00ea41..8e5cf63 100644 --- a/bot_test.go +++ b/bot_test.go @@ -498,7 +498,7 @@ func TestSetWebhookWithoutCert(t *testing.T) { 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)