Skip to content

Commit

Permalink
Changed a test description
Browse files Browse the repository at this point in the history
  • Loading branch information
aminlatifi committed Feb 20, 2024
1 parent 594db16 commit b197c34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/services/chains/index.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -629,7 +629,7 @@ function getTransactionDetailTestCases() {
assert.equal(transactionInfo.amount, amount);
});

it('should return transaction detail for normal transfer on CELO Alfajores', async () => {
it('should return transaction detail for normal transfer on Arbitrum Sepolia', async () => {
// https://sepolia.arbiscan.io/tx/0x25f17541ccb7248d931f2a1e11058a51ffb4db4968ed3e1d4a019ddc2d44802c

const amount = 0.0069;
Expand Down

0 comments on commit b197c34

Please sign in to comment.