@@ -606,7 +606,7 @@ describe('TransactionHttp', () => {
606606
607607 listener . confirmed ( account . address ) . subscribe ( ( transaction : AccountAddressRestrictionTransaction ) => {
608608 expect ( transaction . modifications , 'Modifications' ) . not . to . be . undefined ;
609- expect ( transaction . modifications [ 0 ] . modificationType , 'Modifications.ModificationType ' ) . not . to . be . undefined ;
609+ expect ( transaction . modifications [ 0 ] . modificationAction , 'Modifications.ModificationAction ' ) . not . to . be . undefined ;
610610 expect ( transaction . modifications [ 0 ] . value , 'Modifications.Value' ) . not . to . be . undefined ;
611611 expect ( transaction . restrictionType , 'RestrictionType' ) . not . to . be . undefined ;
612612 done ( ) ;
@@ -682,7 +682,7 @@ describe('TransactionHttp', () => {
682682
683683 listener . confirmed ( account . address ) . subscribe ( ( transaction : AccountAddressRestrictionTransaction ) => {
684684 expect ( transaction . modifications , 'Modifications' ) . not . to . be . undefined ;
685- expect ( transaction . modifications [ 0 ] . modificationType , 'Modifications.ModificationType ' ) . not . to . be . undefined ;
685+ expect ( transaction . modifications [ 0 ] . modificationAction , 'Modifications.ModificationAction ' ) . not . to . be . undefined ;
686686 expect ( transaction . modifications [ 0 ] . value , 'Modifications.Value' ) . not . to . be . undefined ;
687687 expect ( transaction . restrictionType , 'RestrictionType' ) . not . to . be . undefined ;
688688 done ( ) ;
@@ -757,7 +757,7 @@ describe('TransactionHttp', () => {
757757
758758 listener . confirmed ( account . address ) . subscribe ( ( transaction : AccountMosaicRestrictionTransaction ) => {
759759 expect ( transaction . modifications , 'Modifications' ) . not . to . be . undefined ;
760- expect ( transaction . modifications [ 0 ] . modificationType , 'Modifications.ModificationType ' ) . not . to . be . undefined ;
760+ expect ( transaction . modifications [ 0 ] . modificationAction , 'Modifications.ModificationAction ' ) . not . to . be . undefined ;
761761 expect ( transaction . modifications [ 0 ] . value , 'Modifications.Value' ) . not . to . be . undefined ;
762762 expect ( transaction . restrictionType , 'RestrictionType' ) . not . to . be . undefined ;
763763 done ( ) ;
@@ -832,7 +832,7 @@ describe('TransactionHttp', () => {
832832
833833 listener . confirmed ( account3 . address ) . subscribe ( ( transaction : AccountOperationRestrictionTransaction ) => {
834834 expect ( transaction . modifications , 'Modifications' ) . not . to . be . undefined ;
835- expect ( transaction . modifications [ 0 ] . modificationType , 'Modifications.ModificationType ' ) . not . to . be . undefined ;
835+ expect ( transaction . modifications [ 0 ] . modificationAction , 'Modifications.ModificationAction ' ) . not . to . be . undefined ;
836836 expect ( transaction . modifications [ 0 ] . value , 'Modifications.Value' ) . not . to . be . undefined ;
837837 expect ( transaction . restrictionType , 'RestrictionType' ) . not . to . be . undefined ;
838838 done ( ) ;
@@ -908,7 +908,7 @@ describe('TransactionHttp', () => {
908908
909909 listener . confirmed ( account3 . address ) . subscribe ( ( transaction : AccountOperationRestrictionTransaction ) => {
910910 expect ( transaction . modifications , 'Modifications' ) . not . to . be . undefined ;
911- expect ( transaction . modifications [ 0 ] . modificationType , 'Modifications.ModificationType ' ) . not . to . be . undefined ;
911+ expect ( transaction . modifications [ 0 ] . modificationAction , 'Modifications.ModificationAction ' ) . not . to . be . undefined ;
912912 expect ( transaction . modifications [ 0 ] . value , 'Modifications.Value' ) . not . to . be . undefined ;
913913 expect ( transaction . restrictionType , 'RestrictionType' ) . not . to . be . undefined ;
914914 done ( ) ;
0 commit comments