git.delta.rocks / unique-network / refs/commits / bea77166e42e

difftreelog

test collection propertiy now cost more balance

Yaroslav Bolyukin2022-12-19parent: #96adb0a.patch.diff
in: master

1 file changed

modifiedtests/src/nesting/collectionProperties.test.tsdiffbeforeafterboth
209 before(async () => {209 before(async () => {
210 await usingPlaygrounds(async (helper, privateKey) => {210 await usingPlaygrounds(async (helper, privateKey) => {
211 const donor = await privateKey({filename: __filename});211 const donor = await privateKey({filename: __filename});
212 [alice, bob] = await helper.arrange.createAccounts([100n, 10n], donor);212 [alice, bob] = await helper.arrange.createAccounts([1000n, 100n], donor);
213 });213 });
214 });214 });
215215