difftreelog
fix only
in: master
1 file changed
tests/src/eth/events.test.tsdiffbeforeafterboth412 unsubscribe();412 unsubscribe();413}413}414414415describe.only('[FT] Sync sub & eth events', () => {415describe('[FT] Sync sub & eth events', () => {416 const mode: TCollectionMode = 'ft';416 const mode: TCollectionMode = 'ft';417417418 itEth('CollectionCreated and CollectionDestroyed events', async ({helper}) => {418 itEth('CollectionCreated and CollectionDestroyed events', async ({helper}) => {448 });448 });449});449});450450451describe.only('[NFT] Sync sub & eth events', () => {451describe('[NFT] Sync sub & eth events', () => {452 const mode: TCollectionMode = 'nft';452 const mode: TCollectionMode = 'nft';453453454 itEth('CollectionCreated and CollectionDestroyed events', async ({helper}) => {454 itEth('CollectionCreated and CollectionDestroyed events', async ({helper}) => {492 });492 });493});493});494494495describe.only('[RFT] Sync sub & eth events', () => {495describe('[RFT] Sync sub & eth events', () => {496 const mode: TCollectionMode = 'rft';496 const mode: TCollectionMode = 'rft';497497498 before(async function() {498 before(async function() {