Skip to content

Commit d8a93a3

Browse files
authored
Merge pull request #846 from UniqueNetwork/tests/fix_fractionalizer_test
Fix test: add more tokens
2 parents 61f7eda + f1b6ad7 commit d8a93a3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/src/eth/fractionalizer/fractionalizer.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ describe('Fractionalizer contract usage', () => {
173173
});
174174

175175
itEth('RFT to NFT', async ({helper}) => {
176-
const owner = await helper.eth.createAccountWithBalance(donor, 20n);
176+
const owner = await helper.eth.createAccountWithBalance(donor, 30n);
177177

178178
const {contract: fractionalizer, rftCollectionAddress} = await initContract(helper, owner);
179179
const {rftTokenAddress, nftCollectionAddress, nftTokenId} = await mintRFTToken(helper, owner, fractionalizer, 100n);

0 commit comments

Comments
 (0)