Skip to content

Commit

Permalink
add explanation
Browse files Browse the repository at this point in the history
  • Loading branch information
raulb committed Aug 22, 2024
1 parent 7861bb4 commit f6f804e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/plugin/connector/standalone/acceptance_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ import (
"testing"

"github.com/conduitio/conduit-connector-protocol/pconnector/mock"
v1 "github.com/conduitio/conduit-connector-protocol/pconnector/v1" //nolint:staticcheck
v1 "github.com/conduitio/conduit-connector-protocol/pconnector/v1" //nolint:staticcheck // v1 is still used in tests
v2 "github.com/conduitio/conduit-connector-protocol/pconnector/v2"
"github.com/conduitio/conduit/pkg/plugin/connector"
"github.com/rs/zerolog"
Expand Down

0 comments on commit f6f804e

Please sign in to comment.