Skip to content

Commit

Permalink
Updated validation message
Browse files Browse the repository at this point in the history
  • Loading branch information
Jineshdarjee committed Aug 22, 2024
1 parent eeec81a commit 34637ae
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 34637ae

Please # to comment.