difftreelog
fix test
in: master
1 file changed
tests/src/eth/events.test.tsdiffbeforeafterboth414 unsubscribe();414 unsubscribe();415}415}416416417describe.only('[FT] Sync sub & eth events', () => {417describe('[FT] Sync sub & eth events', () => {418 const mode: TCollectionMode = 'ft';418 const mode: TCollectionMode = 'ft';419419420 itEth('CollectionCreated and CollectionDestroyed events', async ({helper}) => {420 itEth('CollectionCreated and CollectionDestroyed events', async ({helper}) => {450 });450 });451});451});452452453describe.only('[NFT] Sync sub & eth events', () => {453describe('[NFT] Sync sub & eth events', () => {454 const mode: TCollectionMode = 'nft';454 const mode: TCollectionMode = 'nft';455455456 itEth('CollectionCreated and CollectionDestroyed events', async ({helper}) => {456 itEth('CollectionCreated and CollectionDestroyed events', async ({helper}) => {494 });494 });495});495});496496497describe.only('[RFT] Sync sub & eth events', () => {497describe('[RFT] Sync sub & eth events', () => {498 const mode: TCollectionMode = 'rft';498 const mode: TCollectionMode = 'rft';499499500 itEth('CollectionCreated and CollectionDestroyed events', async ({helper}) => {500 itEth('CollectionCreated and CollectionDestroyed events', async ({helper}) => {