From 7b6d12cbb8aa059675e7ab87dacc515688769470 Mon Sep 17 00:00:00 2001 From: Igor Kozyrev Date: Tue, 30 Nov 2021 23:24:42 +0000 Subject: [PATCH] remove .only --- --- a/tests/src/creditFeesToTreasury.test.ts +++ b/tests/src/creditFeesToTreasury.test.ts @@ -159,7 +159,7 @@ }); }); - it.only('NFT Transfer fee is close to 0.1 Unique', async () => { + it('NFT Transfer fee is close to 0.1 Unique', async () => { await usingApi(async (api) => { await skipInflationBlock(api); await waitNewBlocks(api, 1); -- gitstuff