Skip to content

Commit

Permalink
#2406: Fix lint issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Hrushi20 committed Apr 26, 2024
1 parent b1b7e66 commit 88a878c
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions packages/rpc-graphql/src/__tests__/transaction-tests.ts
Original file line number Diff line number Diff line change
Expand Up @@ -858,10 +858,10 @@ describe('transaction', () => {
maximumFee
transferFeeConfigAuthority {
address
}
withdrawWithheldAuthority {
}
withdrawWithheldAuthority {
address
}
}
}
}
}
Expand All @@ -883,12 +883,11 @@ describe('transaction', () => {
programId: 'TokenzQdBNbLqP5VEhdkAS6EPFLC1PHnBqCXEpPxuEb',
transferFeeBasisPoints: expect.any(Number),
transferFeeConfigAuthority: {
address: expect.any(String)
address: expect.any(String),
},
withdrawWithheldAuthority: {
address: expect.any(String)
address: expect.any(String),
},

},
]),
},
Expand Down

0 comments on commit 88a878c

Please sign in to comment.