git.delta.rocks / unique-network / refs/commits / 6028430648ea

difftreelog

fix test

Trubnikov Sergey2022-12-12parent: #7f26d69.patch.diff
in: master

1 file changed

modifiedtests/src/eth/events.test.tsdiffbeforeafterboth
414 unsubscribe();414 unsubscribe();
415}415}
416416
417describe.only('[FT] Sync sub & eth events', () => {417describe('[FT] Sync sub & eth events', () => {
418 const mode: TCollectionMode = 'ft';418 const mode: TCollectionMode = 'ft';
419419
420 itEth('CollectionCreated and CollectionDestroyed events', async ({helper}) => {420 itEth('CollectionCreated and CollectionDestroyed events', async ({helper}) => {
450 });450 });
451});451});
452452
453describe.only('[NFT] Sync sub & eth events', () => {453describe('[NFT] Sync sub & eth events', () => {
454 const mode: TCollectionMode = 'nft';454 const mode: TCollectionMode = 'nft';
455455
456 itEth('CollectionCreated and CollectionDestroyed events', async ({helper}) => {456 itEth('CollectionCreated and CollectionDestroyed events', async ({helper}) => {
494 });494 });
495});495});
496496
497describe.only('[RFT] Sync sub & eth events', () => {497describe('[RFT] Sync sub & eth events', () => {
498 const mode: TCollectionMode = 'rft';498 const mode: TCollectionMode = 'rft';
499499
500 itEth('CollectionCreated and CollectionDestroyed events', async ({helper}) => {500 itEth('CollectionCreated and CollectionDestroyed events', async ({helper}) => {