Skip to content

Commit

Permalink
fix: ts error
Browse files Browse the repository at this point in the history
  • Loading branch information
BlairCurrey committed Apr 2, 2024
1 parent 2d76382 commit 52b9f19
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/integration/integration.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -300,6 +300,7 @@ describe('Integration tests', (): void => {
)
assert(senderWalletAddress.assetScale === 2)
assert(exchangeRate === 0.91)
assert(fee)
assert(fee.fixed === 100)
assert(fee.basisPoints === 200)
assert(fee.asset === 'USD')
Expand Down

0 comments on commit 52b9f19

Please sign in to comment.