Skip to content

Commit 0c5e73a

Browse files
committed
Update unit test with goimports
1 parent b093def commit 0c5e73a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pkg/client/fake/client_test.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,10 @@ import (
2020
"context"
2121
"encoding/json"
2222
"fmt"
23-
"k8s.io/client-go/kubernetes/fake"
2423
"time"
2524

25+
"k8s.io/client-go/kubernetes/fake"
26+
2627
. "github.com/onsi/ginkgo"
2728
. "github.com/onsi/gomega"
2829
"k8s.io/apimachinery/pkg/apis/meta/v1/unstructured"

0 commit comments

Comments
 (0)