Skip to content

Commit

Permalink
Migrate spanner types off deprecated package
Browse files Browse the repository at this point in the history
  • Loading branch information
AlCutter committed Dec 14, 2022
1 parent d8c4aba commit e97a20f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion storage/cloudspanner/getdb_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ import (
"google.golang.org/grpc/credentials/insecure"

database "cloud.google.com/go/spanner/admin/database/apiv1"
databasepb "google.golang.org/genproto/googleapis/spanner/admin/database/v1"
"cloud.google.com/go/spanner/admin/database/apiv1/databasepb"
)

// To run cloudspanner tests,
Expand Down

0 comments on commit e97a20f

Please sign in to comment.