Skip to content

Commit

Permalink
fix: ci error
Browse files Browse the repository at this point in the history
Signed-off-by: hlts2 <hiroto.funakoshi.hiroto@gmail.com>
  • Loading branch information
hlts2 committed Sep 24, 2020
1 parent 36e1ef1 commit 613d436
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion internal/db/storage/blob/s3/reader/option_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ import (
"github.com/aws/aws-sdk-go/service/s3"
"github.com/google/go-cmp/cmp"
"github.com/vdaas/vald/internal/backoff"
"github.com/vdaas/vald/internal/db/storage/blob/s3/sdk/s3/s3iface"
"github.com/vdaas/vald/internal/errgroup"
"github.com/vdaas/vald/internal/errors"
"go.uber.org/goleak"
Expand Down Expand Up @@ -104,7 +105,7 @@ func TestWithErrGroup(t *testing.T) {
func TestWithService(t *testing.T) {
type T = reader
type args struct {
s *s3.S3
s s3iface.S3API
}
type want struct {
obj *T
Expand Down

0 comments on commit 613d436

Please sign in to comment.