Skip to content

Commit e892425

Browse files
committed
added pkg duplicates
Signed-off-by: zhaque44 <[email protected]>
1 parent 96298ad commit e892425

File tree

1 file changed

+0
-21
lines changed

1 file changed

+0
-21
lines changed

internal/reconcile/summarize/processor_test.go

Lines changed: 0 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -18,27 +18,6 @@ package summarize
1818

1919
import (
2020
"context"
21-
"errors"
22-
"strings"
23-
"testing"
24-
25-
. "github.com/onsi/gomega"
26-
metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"
27-
"k8s.io/client-go/tools/record"
28-
"sigs.k8s.io/controller-runtime/pkg/client"
29-
30-
"github.com/fluxcd/pkg/apis/meta"
31-
32-
sourcev1 "github.com/fluxcd/source-controller/api/v1"
33-
"github.com/fluxcd/source-controller/internal/object"
34-
"github.com/fluxcd/source-controller/internal/reconcile"
35-
)
36-
37-
package summarize
38-
39-
import (
40-
"context"
41-
"errors"
4221
"strings"
4322
"testing"
4423

0 commit comments

Comments
 (0)