Skip to content

Commit

Permalink
Lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Arvindthiru committed Sep 29, 2022
1 parent c030a99 commit 78bb475
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test/e2e/utils/helper.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ import (
"fmt"
"time"

"github.com/google/go-cmp/cmp"
// Lint check prohibits non "_test" ending files to have dot imports for ginkgo / gomega.
"github.com/google/go-cmp/cmp"
"github.com/onsi/gomega"
corev1 "k8s.io/api/core/v1"
apierrors "k8s.io/apimachinery/pkg/api/errors"
Expand Down
2 changes: 1 addition & 1 deletion test/e2e/utils/workload_test_utils.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ import (
"fmt"
"time"

// Lint check prohibits non "_test" ending files to have dot imports for ginkgo / gomega.
"github.com/google/go-cmp/cmp"
"github.com/google/go-cmp/cmp/cmpopts"
// Lint check prohibits non "_test" ending files to have dot imports for ginkgo / gomega.
"github.com/onsi/gomega"
corev1 "k8s.io/api/core/v1"
rbacv1 "k8s.io/api/rbac/v1"
Expand Down

0 comments on commit 78bb475

Please sign in to comment.