difftreelog
fix уер tests for `fungible` pallet
in: master
1 file changed
tests/src/eth/fungible.test.tsdiffbeforeafterboth57 before(async function() {57 before(async function() {58 await usingEthPlaygrounds(async (helper, privateKey) => {58 await usingEthPlaygrounds(async (helper, privateKey) => {59 donor = await privateKey({filename: __filename});59 donor = await privateKey({filename: __filename});60 [alice, owner] = await helper.arrange.createAccounts([20n, 20n], donor);60 [alice, owner] = await helper.arrange.createAccounts([30n, 20n], donor);61 });61 });62 });62 });6363