Skip to content

Commit

Permalink
fixed imports on uncommented tests
Browse files Browse the repository at this point in the history
  • Loading branch information
gabo1208 committed May 13, 2022
1 parent 2b4c574 commit ea9a3bf
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions pkg/dispatcher/dispatcher_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,11 @@ import (
"github.com/NeowayLabs/wabbit/amqptest/server"
"github.com/google/go-cmp/cmp"
"github.com/google/go-cmp/cmp/cmpopts"

cloudevents "github.com/cloudevents/sdk-go/v2"
ce "github.com/cloudevents/sdk-go/v2/event"

eventingduckv1 "knative.dev/eventing/pkg/apis/duck/v1"
)

const (
Expand Down

0 comments on commit ea9a3bf

Please sign in to comment.