mirror of
https://github.com/optim-enterprises-bv/kubernetes.git
synced 2025-11-29 04:43:54 +00:00
Make all error strings lower case, for readability.
This commit is contained in:
@@ -33,7 +33,7 @@ func TestSyncEndpointsEmpty(t *testing.T) {
|
||||
|
||||
func TestSyncEndpointsError(t *testing.T) {
|
||||
serviceRegistry := MockServiceRegistry{
|
||||
err: fmt.Errorf("Test Error"),
|
||||
err: fmt.Errorf("test error"),
|
||||
}
|
||||
podRegistry := MockPodRegistry{}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user