Skip to content

Commit

Permalink
fix: update test case that was asserting incorrect behavior
Browse files Browse the repository at this point in the history
defaulted decimals to 1 instead of 0
  • Loading branch information
legobeat committed Oct 28, 2024
1 parent 97e92f3 commit 6738943
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/util/transactions/index.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ describe('Transactions utils :: parseTransactionLegacy', () => {

const expectedResult = createExpectedResult({
totalHexValue: totalHexValueMocked,
transactionTotalAmount: '0.2 ERC20 + 0 tBNB',
transactionTotalAmount: '2 ERC20 + 0 tBNB',
transactionTotalAmountFiat: '0 USD',
transactionFee: '0 tBNB',
});
Expand Down

0 comments on commit 6738943

Please sign in to comment.