Skip to content

Commit

Permalink
reset testing project and instance naming to default
Browse files Browse the repository at this point in the history
  • Loading branch information
ShuranZhang committed Oct 16, 2024
1 parent cc2886d commit 847adcf
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ public class ChangeStreamsTxnExclusionSample {

static void setExcludeTxnFromChangeStreams() {
// TODO(developer): Replace these variables before running the sample.
final String projectId = "span-cloud-testing";
final String instanceId = "weideng-test";
final String projectId = "my-instance";
final String instanceId = "my-project";
final String databaseId = "my-database";

try (Spanner spanner =
Expand Down

0 comments on commit 847adcf

Please sign in to comment.