Skip to content

Commit

Permalink
prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
Enddy Dumbrique committed May 23, 2024
1 parent 5c119a3 commit c686fce
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion e2e/proxy-pallet/proxy.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,10 @@ describe('Proxy', function () {
});

it('Sends a transfer', async function () {
console.log("ExtrinsicHelper.api.tx.balances.transferAllowDeath", ExtrinsicHelper.api.tx.balances.transfer_allow_death);
console.log(
'ExtrinsicHelper.api.tx.balances.transferAllowDeath',
ExtrinsicHelper.api.tx.balances.transfer_allow_death
);
const extrinsic = new Extrinsic(
() =>
ExtrinsicHelper.api.tx.proxy.proxy(
Expand Down

0 comments on commit c686fce

Please sign in to comment.