From e77ce83edef84dfb48222e40fb25d2272522e449 Mon Sep 17 00:00:00 2001 From: 0xturboblitz Date: Tue, 7 Nov 2023 20:21:32 +0300 Subject: [PATCH] removed "only" from circuit tests --- circuits/test/passport.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/circuits/test/passport.test.ts b/circuits/test/passport.test.ts index 0215c4bfd..5f46cd97d 100644 --- a/circuits/test/passport.test.ts +++ b/circuits/test/passport.test.ts @@ -130,7 +130,7 @@ describe('Circuit tests', function () { )).to.be.rejected; }) - it.only('should support selective disclosure', async function () { + it('should support selective disclosure', async function () { const attributeToPosition = { issuing_state: [2, 5], name: [5, 44],