From bad3c4a980a63030a5b5781383969487f277ea39 Mon Sep 17 00:00:00 2001 From: Ilja Khabarov Date: Tue, 23 Aug 2022 06:32:46 +0000 Subject: [PATCH] Unlock all statemine test --- --- a/tests/src/xcmTransferStatemine.test.ts +++ b/tests/src/xcmTransferStatemine.test.ts @@ -266,7 +266,7 @@ }, uniqueApiOptions); }); - it.skip('Should connect and send USDT from Unique to Statemine back', async () => { + it('Should connect and send USDT from Unique to Statemine back', async () => { let balanceBefore: bigint; const uniqueApiOptions: ApiOptions = { provider: new WsProvider('ws://127.0.0.1:' + UNIQUE_PORT), -- gitstuff