Skip to content

Commit

Permalink
remove only
Browse files Browse the repository at this point in the history
  • Loading branch information
vmidyllic committed Jul 10, 2023
1 parent 996c6d2 commit 5c8f9af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/proofs/sig.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -285,7 +285,7 @@ describe('sig proofs', () => {
);
});

it.only('sigv2-merklized-query-array', async () => {
it('sigv2-merklized-query-array', async () => {
const seedPhraseIssuer: Uint8Array = byteEncoder.encode('seedseedseedseedseedseedseedseed');
const seedPhrase: Uint8Array = byteEncoder.encode('seedseedseedseedseedseedseeduser');

Expand Down

0 comments on commit 5c8f9af

Please # to comment.