git.delta.rocks / unique-network / refs/commits / 4b84a72b19c1

difftreelog

CORE-324 Fix PR

Trubnikov Sergey2022-03-31parent: #1fc8950.patch.diff
in: master

1 file changed

modifiedtests/src/eth/marketplace/marketplace.test.tsdiffbeforeafterboth
3737
38const PRICE = 2000n;38const PRICE = 2000n;
3939
40describe.only('Matcher contract usage', () => {40describe('Matcher contract usage', () => {
41 itWeb3('With UNQ', async ({api, web3}) => {41 itWeb3('With UNQ', async ({api, web3}) => {
42 const alice = privateKey('//Alice');42 const alice = privateKey('//Alice');
43 const matcherOwner = await createEthAccountWithBalance(api, web3);43 const matcherOwner = await createEthAccountWithBalance(api, web3);