From b091fd047c9cba11291878a79031384563fc4807 Mon Sep 17 00:00:00 2001 From: Boldizsar Mezei Date: Fri, 10 May 2024 22:13:33 +0200 Subject: [PATCH] Fixes --- packages/functions/test-tangle/soon.snapshot.only.spec.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/functions/test-tangle/soon.snapshot.only.spec.ts b/packages/functions/test-tangle/soon.snapshot.only.spec.ts index e9428afbe..dbb892deb 100644 --- a/packages/functions/test-tangle/soon.snapshot.only.spec.ts +++ b/packages/functions/test-tangle/soon.snapshot.only.spec.ts @@ -115,7 +115,7 @@ describe('Soon snapshot test', () => { await database().doc(COL.TOKEN, tokenId).create(token); }); - it.only('Should get 100 token from vault and claim it', async () => { + it('Should get 100 token from vault and claim it', async () => { const tokensPerMember = await soonSnapshot(tokenId, network); expect(tokensPerMember[vaultAddress]).toBe(currentSoonTotal); expect(tokensPerMember[address.bech32]).toBe(100);