From 9a2e62d76009e6d67ddd1251540931a427c2191e Mon Sep 17 00:00:00 2001 From: turnoffthiscomputer Date: Sun, 4 Aug 2024 11:21:04 +0200 Subject: [PATCH] format circuit repo --- circuits/tests/disclose/disclose.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/circuits/tests/disclose/disclose.test.ts b/circuits/tests/disclose/disclose.test.ts index 0175aff8b..60ba4557d 100644 --- a/circuits/tests/disclose/disclose.test.ts +++ b/circuits/tests/disclose/disclose.test.ts @@ -35,7 +35,7 @@ describe('Disclose', function () { const secret = BigInt(Math.floor(Math.random() * Math.pow(2, 254))).toString(); attestation_id = poseidon1([BigInt(Buffer.from(attestation_name).readUIntBE(0, 6))]).toString(); - const majority = ['1', '8']; + const majority = ['18']; const user_identifier = '0xE6E4b6a802F2e0aeE5676f6010e0AF5C9CDd0a50'; const bitmap = Array(90).fill('1'); const scope = poseidon1([BigInt(Buffer.from('VOTEEEEE').readUIntBE(0, 6))]).toString();