Skip to content

Commit

Permalink
style
Browse files Browse the repository at this point in the history
  • Loading branch information
maschmid committed Nov 27, 2024
1 parent ce0267f commit b788e64
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion test/rekt/features/sequence_assertions.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,17 @@ import (
"cmp"
"context"
"fmt"

"knative.dev/reconciler-test/pkg/eventshub/assert"

"slices"

cetest "github.com/cloudevents/sdk-go/v2/test"
types2 "github.com/cloudevents/sdk-go/v2/types"
"k8s.io/apimachinery/pkg/util/wait"
"knative.dev/reconciler-test/pkg/environment"
"knative.dev/reconciler-test/pkg/eventshub"
"knative.dev/reconciler-test/pkg/feature"
"slices"
)

type sequenceTransformationOrAssertion func(ctx context.Context, events []eventshub.EventInfo) ([]eventshub.EventInfo, error)
Expand Down

0 comments on commit b788e64

Please sign in to comment.