Skip to content

Commit

Permalink
Merge pull request #3975 from BitGo/WIN-490-fix-coreum-test
Browse files Browse the repository at this point in the history
fix(sdk-coin-core): fix failing coreum test
  • Loading branch information
hitansh-madan authored Oct 11, 2023
2 parents e6b1b13 + 60a5a3b commit 5348011
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/sdk-coin-core/test/unit/core.ts
Original file line number Diff line number Diff line change
Expand Up @@ -306,7 +306,7 @@ describe('Core', function () {
amount: 'UNAVAILABLE',
},
],
outputAmount: 'UNAVAILABLE',
outputAmount: undefined,
changeOutputs: [],
changeAmount: '0',
fee: { fee: TEST_WITHDRAW_REWARDS_TX.gasBudget.amount[0].amount },
Expand Down

0 comments on commit 5348011

Please sign in to comment.