Skip to content

Commit

Permalink
Update the new deptest to use the new nonclobbering imports
Browse files Browse the repository at this point in the history
  • Loading branch information
mostynb committed Jun 26, 2023
1 parent 7b42e42 commit 59e0975
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions internal/deptest/deptest_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,10 @@ import (

// If these were moved above, the test would fail because
// testlib has the same no-clobber logic as the main packages.
_ "github.com/mostynb/go-grpc-compression/lz4"
_ "github.com/mostynb/go-grpc-compression/snappy"
_ "github.com/mostynb/go-grpc-compression/zstd"
_ "github.com/mostynb/go-grpc-compression/nonclobbering/lz4"
_ "github.com/mostynb/go-grpc-compression/nonclobbering/snappy"
_ "github.com/mostynb/go-grpc-compression/nonclobbering/zstd"

"github.com/stretchr/testify/require"
"google.golang.org/grpc/encoding"
)
Expand Down

0 comments on commit 59e0975

Please sign in to comment.