Skip to content

Commit

Permalink
Modified the scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
Jineshdarjee committed Jul 27, 2023
1 parent a438b8e commit 5075352
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/specs/mainnet/01_TransferringFunds/Arbitrum.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -308,7 +308,7 @@ describe('The SDK, when transfer a token with arbitrum network on the MainNet',

// get transaction hash
try {
console.log('Waiting for transaction....');
console.log('Waiting for transaction...');
let txHash = await arbitrumMainNetSdk.getUserOpReceipt(uoHash);

assert.isNotEmpty(
Expand Down

0 comments on commit 5075352

Please sign in to comment.