Skip to content

Commit

Permalink
Format imports
Browse files Browse the repository at this point in the history
  • Loading branch information
marcobebway committed Oct 18, 2023
1 parent 6688163 commit edd1fbc
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion internal/controller/eventing/domain_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@ package eventing
import (
"context"
"fmt"
"github.com/kyma-project/eventing-manager/test/utils"
"strings"
"testing"

"github.com/stretchr/testify/assert"
corev1 "k8s.io/api/core/v1"

k8smocks "github.com/kyma-project/eventing-manager/pkg/k8s/mocks"
"github.com/kyma-project/eventing-manager/test/utils"
)

func Test_readDomainFromConfigMap(t *testing.T) {
Expand Down
2 changes: 1 addition & 1 deletion internal/controller/eventing/eventmesh.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@ import (
"context"
"encoding/json"
"fmt"
"github.com/kyma-project/eventing-manager/pkg/utils"
"os"

"github.com/kyma-project/eventing-manager/api/v1alpha1"
"github.com/kyma-project/eventing-manager/pkg/env"
"github.com/kyma-project/eventing-manager/pkg/eventing"
subscriptionmanager "github.com/kyma-project/eventing-manager/pkg/subscriptionmanager/manager"
"github.com/kyma-project/eventing-manager/pkg/utils"
"github.com/pkg/errors"
"go.uber.org/zap"
corev1 "k8s.io/api/core/v1"
Expand Down
3 changes: 2 additions & 1 deletion internal/controller/eventing/utils_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,10 @@ package eventing

import (
"context"
"github.com/stretchr/testify/assert"
"testing"

"github.com/stretchr/testify/assert"

eventingv1alpha1 "github.com/kyma-project/eventing-manager/api/v1alpha1"
"github.com/kyma-project/eventing-manager/test/utils"
"github.com/stretchr/testify/require"
Expand Down
2 changes: 1 addition & 1 deletion pkg/utils/utils_unit_test.go
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
package utils

import (
"github.com/stretchr/testify/assert"
"net/url"
"reflect"
"testing"

"github.com/stretchr/testify/assert"
"github.com/stretchr/testify/require"
)

Expand Down

0 comments on commit edd1fbc

Please sign in to comment.