From 6dd747e6781d672f53a3cf0b63fcf5bfcc975365 Mon Sep 17 00:00:00 2001 From: PraetorP Date: Thu, 15 Dec 2022 07:15:05 +0000 Subject: [PATCH] fix: уер tests for `fungible` pallet --- --- a/tests/src/eth/fungible.test.ts +++ b/tests/src/eth/fungible.test.ts @@ -57,7 +57,7 @@ before(async function() { await usingEthPlaygrounds(async (helper, privateKey) => { donor = await privateKey({filename: __filename}); - [alice, owner] = await helper.arrange.createAccounts([20n, 20n], donor); + [alice, owner] = await helper.arrange.createAccounts([30n, 20n], donor); }); }); -- gitstuff