Skip to content

Commit

Permalink
Add comment for gomega/ginkgo
Browse files Browse the repository at this point in the history
  • Loading branch information
Arvindthiru committed Sep 29, 2022
1 parent ae980ce commit c030a99
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions test/e2e/utils/helper.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ import (
"time"

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

"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 c030a99

Please sign in to comment.