Skip to content

Commit

Permalink
fix gci linting error
Browse files Browse the repository at this point in the history
Signed-off-by: Tim Ramlot <[email protected]>
  • Loading branch information
inteon committed Jun 9, 2023
1 parent 41891f0 commit 7c6d345
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,11 @@ package conformance
import (
"testing"

"github.com/cert-manager/issuer-lib/internal/tests/testcontext"
"github.com/cert-manager/issuer-lib/internal/tests/testresource"
"github.com/onsi/ginkgo/v2"
"github.com/onsi/gomega"

"github.com/cert-manager/issuer-lib/internal/tests/testcontext"
"github.com/cert-manager/issuer-lib/internal/tests/testresource"
)

func TestConformance(t *testing.T) {
Expand Down

0 comments on commit 7c6d345

Please sign in to comment.