diff --git a/pkg/controllers/gitserver/image_test.go b/pkg/controllers/gitserver/image_test.go index 7a77d2b4..91df40cf 100644 --- a/pkg/controllers/gitserver/image_test.go +++ b/pkg/controllers/gitserver/image_test.go @@ -117,4 +117,3 @@ func TestReconcileGitServerImage(t *testing.T) { t.Errorf("Removing docker image: %v", err) } } - diff --git a/pkg/kind/registry_test.go b/pkg/kind/registry_test.go index 084f8536..1f0c4a5b 100644 --- a/pkg/kind/registry_test.go +++ b/pkg/kind/registry_test.go @@ -68,4 +68,3 @@ func TestReconcileRegistry(t *testing.T) { t.Fatalf("Error reconciling registry: %v", err) } } -