@@ -133,7 +133,6 @@ describe('token-registry/mint', () => {
133133 expect ( ( result as any ) . encryptedWalletPath ) . toBe ( './wallet.json' ) ;
134134 expect ( result . remark ) . toBe ( mockInputs . remark ) ;
135135 expect ( result . encryptionKey ) . toBe ( mockInputs . documentId ) ;
136- expect ( result . dryRun ) . toBe ( false ) ;
137136 expect ( result . maxPriorityFeePerGasScale ) . toBe ( 1 ) ;
138137 } ) ;
139138
@@ -458,7 +457,6 @@ describe('token-registry/mint', () => {
458457 beneficiary : '0x0987654321098765432109876543210987654321' ,
459458 holder : '0x1111111111111111111111111111111111111111' ,
460459 encryptedWalletPath : './wallet.json' ,
461- dryRun : false ,
462460 maxPriorityFeePerGasScale : 1 ,
463461 } ;
464462
@@ -511,7 +509,6 @@ describe('token-registry/mint', () => {
511509 remark : 'Important document' ,
512510 encryptionKey : 'secret-key-123' ,
513511 key : '0xprivatekey' ,
514- dryRun : false ,
515512 maxPriorityFeePerGasScale : 1 ,
516513 } ;
517514
@@ -565,7 +562,6 @@ describe('token-registry/mint', () => {
565562 beneficiary : '0x0987654321098765432109876543210987654321' ,
566563 holder : '0x1111111111111111111111111111111111111111' ,
567564 encryptedWalletPath : './wallet.json' ,
568- dryRun : false ,
569565 maxPriorityFeePerGasScale : 1 ,
570566 } ;
571567
@@ -586,7 +582,6 @@ describe('token-registry/mint', () => {
586582 beneficiary : '0x0987654321098765432109876543210987654321' ,
587583 holder : '0x1111111111111111111111111111111111111111' ,
588584 encryptedWalletPath : './wallet.json' ,
589- dryRun : false ,
590585 maxPriorityFeePerGasScale : 1 ,
591586 } ;
592587
@@ -605,7 +600,6 @@ describe('token-registry/mint', () => {
605600 beneficiary : '0x0987654321098765432109876543210987654321' ,
606601 holder : '0x1111111111111111111111111111111111111111' ,
607602 encryptedWalletPath : './wallet.json' ,
608- dryRun : false ,
609603 maxPriorityFeePerGasScale : 1 ,
610604 } ;
611605
@@ -657,7 +651,6 @@ describe('token-registry/mint', () => {
657651 holder : '0x1111111111111111111111111111111111111111' ,
658652 encryptedWalletPath : './wallet.json' ,
659653 documentId : 'urn:uuid:019b9ce6-5048-7669-b1bf-e15d1f085692' ,
660- dryRun : false ,
661654 maxPriorityFeePerGasScale : 1 ,
662655 } ;
663656
0 commit comments