From bea77166e42e3658161861684af28b5c2f3bab52 Mon Sep 17 00:00:00 2001 From: Yaroslav Bolyukin Date: Mon, 19 Dec 2022 14:51:51 +0000 Subject: [PATCH] test: collection propertiy now cost more balance --- --- a/tests/src/nesting/collectionProperties.test.ts +++ b/tests/src/nesting/collectionProperties.test.ts @@ -209,7 +209,7 @@ before(async () => { await usingPlaygrounds(async (helper, privateKey) => { const donor = await privateKey({filename: __filename}); - [alice, bob] = await helper.arrange.createAccounts([100n, 10n], donor); + [alice, bob] = await helper.arrange.createAccounts([1000n, 100n], donor); }); }); -- gitstuff