Skip to content

Commit

Permalink
Fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Boldizsar Mezei committed May 10, 2024
1 parent 5ab3850 commit b091fd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/functions/test-tangle/soon.snapshot.only.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit b091fd0

Please sign in to comment.