From eebc5b6784eb39094e00ba70888fd78a8f029f1c Mon Sep 17 00:00:00 2001 From: Igor Kozyrev Date: Wed, 25 Aug 2021 19:57:57 +0000 Subject: [PATCH] only removed --- --- a/tests/src/eth/crossTransfer.test.ts +++ b/tests/src/eth/crossTransfer.test.ts @@ -52,7 +52,7 @@ }); }); -describe.only('Token transfer between substrate address and EVM address. NFT', () => { +describe('Token transfer between substrate address and EVM address. NFT', () => { itWeb3('The private key X create a substrate address. Alice sends a token to the corresponding EVM address, and X can send it to Bob in the substrate', async () => { const collection = await createCollectionExpectSuccess({ name: 'token name', -- gitstuff