Skip to content

Commit

Permalink
Use a unique ID for the test entity
Browse files Browse the repository at this point in the history
Use an identifiable name for the test entity.
  • Loading branch information
jlara310 committed Apr 26, 2023
1 parent eeff0ae commit dc41325
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -56,7 +56,7 @@ public void testRegionalEndpoint() throws Exception {
// The kind for the new entity
String kind = "Task";
// The name/ID for the new entity
String name = "sampletask1";
String name = "regionalEndpointClient50720906";
// The Cloud Datastore key for the new entity
Key taskKey = datastoreWithEndpoint.newKeyFactory().setKind(kind).newKey(name);

Expand Down

0 comments on commit dc41325

Please sign in to comment.