Skip to content

Commit

Permalink
Fix go imports
Browse files Browse the repository at this point in the history
Signed-off-by: Calum Murray <[email protected]>
  • Loading branch information
Cali0707 committed Nov 1, 2023
1 parent 2d286b3 commit 0e5aeb1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions test/rekt/features/new_trigger_filters/feature.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ package new_trigger_filters

import (
"fmt"

. "github.com/cloudevents/sdk-go/v2/test"
"knative.dev/reconciler-test/pkg/feature"

Expand Down
2 changes: 1 addition & 1 deletion test/rekt/new_trigger_filters_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@ limitations under the License.
package rekt

import (
"knative.dev/eventing/test/rekt/resources/broker"
"testing"

newfilters "knative.dev/eventing/test/rekt/features/new_trigger_filters"
"knative.dev/eventing/test/rekt/resources/broker"

"knative.dev/pkg/system"
"knative.dev/reconciler-test/pkg/environment"
Expand Down

0 comments on commit 0e5aeb1

Please sign in to comment.