@@ -32,7 +32,7 @@ describe('Sol Staking Withdraw Builder', () => {
3232 should . equal ( Utils . isValidRawTransaction ( rawTx ) , true ) ;
3333 txJson . instructionsData . should . deepEqual ( [
3434 {
35- type : 'Withdraw ' ,
35+ type : 'StakingWithdraw ' ,
3636 params : {
3737 fromAddress : wallet . pub ,
3838 stakingAddress : stakeAccount . pub ,
@@ -58,7 +58,7 @@ describe('Sol Staking Withdraw Builder', () => {
5858 const txJson = tx . toJson ( ) ;
5959 txJson . instructionsData . should . deepEqual ( [
6060 {
61- type : 'Withdraw ' ,
61+ type : 'StakingWithdraw ' ,
6262 params : {
6363 fromAddress : wallet . pub ,
6464 stakingAddress : stakeAccount . pub ,
@@ -84,7 +84,7 @@ describe('Sol Staking Withdraw Builder', () => {
8484 const txJson = tx . toJson ( ) ;
8585 txJson . instructionsData . should . deepEqual ( [
8686 {
87- type : 'Withdraw ' ,
87+ type : 'StakingWithdraw ' ,
8888 params : {
8989 fromAddress : wallet . pub ,
9090 stakingAddress : stakeAccount . pub ,
@@ -109,7 +109,7 @@ describe('Sol Staking Withdraw Builder', () => {
109109 const txJson = tx . toJson ( ) ;
110110 txJson . instructionsData . should . deepEqual ( [
111111 {
112- type : 'Withdraw ' ,
112+ type : 'StakingWithdraw ' ,
113113 params : {
114114 fromAddress : wallet . pub ,
115115 stakingAddress : stakeAccount . pub ,
0 commit comments