Skip to content

Commit

Permalink
fix transaction amount in tests for multisig
Browse files Browse the repository at this point in the history
  • Loading branch information
CarlosQ96 committed Dec 12, 2023
1 parent 9552b5c commit d04a5e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/services/transactionService.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ function getDisperseTransactionsTestCases() {
function getTransactionDetailTestCases() {
it('should return transaction detail for normal transfer on gnosis when it belongs to a multisig', async () => {
// https://etc.blockscout.com/tx/0xb31720ed83098a5ef7f8dd15f345c5a1e643c3b7debb98afab9fb7b96eec23b1
const amount = 0.0;
const amount = 0.01;
const transactionInfo = await getTransactionInfoFromNetwork({
txHash:
'0xac9a229d772623137e5bb809e2cd09c2ffa6d75dce391ffefef5c50398d706d5',
Expand Down

0 comments on commit d04a5e3

Please sign in to comment.