git.delta.rocks / unique-network / refs/commits / 6dd747e6781d

difftreelog

fix уер tests for `fungible` pallet

PraetorP2022-12-15parent: #296b314.patch.diff
in: master

1 file changed

modifiedtests/src/eth/fungible.test.tsdiffbeforeafterboth
57 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