difftreelog
test collection propertiy now cost more balance
in: master
1 file changed
tests/src/nesting/collectionProperties.test.tsdiffbeforeafterboth209 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