Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
Tangui-Bitfly committed Oct 30, 2024
1 parent 335b29c commit 33eb338
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion db2/storetest/bigtable.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ func NewBigTable(t testing.TB) (*bigtable.Client, *bigtable.AdminClient) {
}
ctx := context.Background()

conn, err := grpc.Dial(srv.Addr, grpc.WithTransportCredentials(insecure.NewCredentials()))
conn, err := grpc.NewClient(srv.Addr, grpc.WithTransportCredentials(insecure.NewCredentials()))
if err != nil {
t.Fatal(err)
}
Expand Down

0 comments on commit 33eb338

Please sign in to comment.