Skip to content

Commit 6738943

Browse files
committed
fix: update test case that was asserting incorrect behavior
defaulted decimals to 1 instead of 0
1 parent 97e92f3 commit 6738943

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/util/transactions/index.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,7 @@ describe('Transactions utils :: parseTransactionLegacy', () => {
238238

239239
const expectedResult = createExpectedResult({
240240
totalHexValue: totalHexValueMocked,
241-
transactionTotalAmount: '0.2 ERC20 + 0 tBNB',
241+
transactionTotalAmount: '2 ERC20 + 0 tBNB',
242242
transactionTotalAmountFiat: '0 USD',
243243
transactionFee: '0 tBNB',
244244
});

0 commit comments

Comments
 (0)