We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 592b8b3 commit ce46eeaCopy full SHA for ce46eea
appengine-java8/datastore/src/test/java/com/example/appengine/TransactionsTest.java
@@ -298,7 +298,7 @@ public void transactionalTaskEnqueuing() throws Exception {
298
Transaction txn = datastore.beginTransaction();
299
// ...
300
301
- queue.add(TaskOptions.Builder.withUrl("/path/to/handler"));
+ queue.add(txn, TaskOptions.Builder.withUrl("/path/to/handler"));
302
303
304
0 commit comments