diff --git a/bot_test.go b/bot_test.go index c53c753..0da22e9 100644 --- a/bot_test.go +++ b/bot_test.go @@ -502,7 +502,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("failed to set webhook: %s", info.LastErrorMessage)