mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-10-23 07:29:39 +00:00
Make all error strings lower case, for readability.
This commit is contained in:
@@ -51,7 +51,7 @@ func (registry *MockControllerRegistry) DeleteController(ID string) error {
|
||||
|
||||
func TestListControllersError(t *testing.T) {
|
||||
mockRegistry := MockControllerRegistry{
|
||||
err: fmt.Errorf("Test Error"),
|
||||
err: fmt.Errorf("test error"),
|
||||
}
|
||||
storage := ControllerRegistryStorage{
|
||||
registry: &mockRegistry,
|
||||
|
Reference in New Issue
Block a user