File tree 1 file changed +4
-2
lines changed
1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -439,7 +439,8 @@ describe('Request', function() {
439
439
440
440
describe ( 'commit' , function ( ) {
441
441
it ( 'should attach transactional properties' , function ( done ) {
442
- request . id = 'transaction-id' ;
442
+ request . id = 'EeMXCSGvwcSWGkkABRmGMTWdbi_pa66VflNhQAGblQFMXf9HrmNGa' +
443
+ 'GugEsO1M2_2x7wZvLencG51uwaDOTZCjTkkRh7bw_oyKUgTmtJ0iWJwath7' ;
443
444
var expected = new pb . CommitRequest ( {
444
445
mode : 'TRANSACTIONAL' ,
445
446
transaction : request . id
@@ -473,7 +474,8 @@ describe('Request', function() {
473
474
474
475
describe ( 'lookup' , function ( ) {
475
476
it ( 'should attach transactional properties' , function ( done ) {
476
- request . id = 'transaction-id' ;
477
+ request . id = 'EeMXCSGvwcSWGkkABRmGMTWdbi_pa66VflNhQAGblQFMXf9HrmNGa' +
478
+ 'GugEsO1M2_2x7wZvLencG51uwaDOTZCjTkkRh7bw_oyKUgTmtJ0iWJwath7' ;
477
479
var expected = new pb . LookupRequest ( {
478
480
read_options : {
479
481
transaction : request . id
You can’t perform that action at this time.
0 commit comments