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

difftreelog

fix only

Trubnikov Sergey2022-12-13parent: #5056401.patch.diff
in: master

1 file changed

modifiedtests/src/eth/events.test.tsdiffbeforeafterboth
412 unsubscribe();412 unsubscribe();
413}413}
414414
415describe.only('[FT] Sync sub & eth events', () => {415describe('[FT] Sync sub & eth events', () => {
416 const mode: TCollectionMode = 'ft';416 const mode: TCollectionMode = 'ft';
417417
418 itEth('CollectionCreated and CollectionDestroyed events', async ({helper}) => {418 itEth('CollectionCreated and CollectionDestroyed events', async ({helper}) => {
448 });448 });
449});449});
450450
451describe.only('[NFT] Sync sub & eth events', () => {451describe('[NFT] Sync sub & eth events', () => {
452 const mode: TCollectionMode = 'nft';452 const mode: TCollectionMode = 'nft';
453453
454 itEth('CollectionCreated and CollectionDestroyed events', async ({helper}) => {454 itEth('CollectionCreated and CollectionDestroyed events', async ({helper}) => {
492 });492 });
493});493});
494494
495describe.only('[RFT] Sync sub & eth events', () => {495describe('[RFT] Sync sub & eth events', () => {
496 const mode: TCollectionMode = 'rft';496 const mode: TCollectionMode = 'rft';
497497
498 before(async function() {498 before(async function() {