Skip to content

Commit

Permalink
Merge pull request #61 from etherspot/test1
Browse files Browse the repository at this point in the history
Updated validation message
  • Loading branch information
Jineshdarjee authored Aug 22, 2024
2 parents 40ae1ee + 34637ae commit 33dd7a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/specs/mainnet/paymaster/xdai.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -1702,7 +1702,7 @@ describe('The PrimeSDK, when transaction with arka and pimlico paymasters with x
}
});

it.only('REGRESSION: Perform the transfer token on arka pimlico paymaster with invalid paymaster URL on the xdai network', async function () {
it('REGRESSION: Perform the transfer token on arka pimlico paymaster with invalid paymaster URL on the xdai network', async function () {
var test = this;
const invalid_arka_url = data.invalid_paymaster_arka;
let queryString = `?apiKey=${process.env.API_KEY}&chainId=${Number(
Expand Down

0 comments on commit 33dd7a1

Please # to comment.