feat: update test

This commit is contained in:
darshankabariya 2025-03-21 00:27:01 +05:30
parent a12a862dba
commit ce0a652dd3

View File

@ -12,7 +12,8 @@ import
web3,
libp2p/crypto/crypto,
eth/keys,
tests/testlib/testasync
tests/testlib/testasync,
tests/testlib/testutils
import
waku/[
@ -475,7 +476,7 @@ suite "Onchain group manager":
check:
verified == false
asyncTest "backfillRootQueue: should backfill roots in event of chain reorg":
xasyncTest "backfillRootQueue: should backfill roots in event of chain reorg":
const credentialCount = 6
let credentials = generateCredentials(manager.rlnInstance, credentialCount)
(await manager.init()).isOkOr: