mirror of
https://github.com/logos-messaging/logos-messaging-nim.git
synced 2026-05-17 15:59:46 +00:00
feat: update test
This commit is contained in:
parent
e66e2f2ad8
commit
d8f0e0e65b
@ -12,7 +12,8 @@ import
|
|||||||
web3,
|
web3,
|
||||||
libp2p/crypto/crypto,
|
libp2p/crypto/crypto,
|
||||||
eth/keys,
|
eth/keys,
|
||||||
tests/testlib/testasync
|
tests/testlib/testasync,
|
||||||
|
tests/testlib/testutils
|
||||||
|
|
||||||
import
|
import
|
||||||
waku/[
|
waku/[
|
||||||
@ -475,7 +476,7 @@ suite "Onchain group manager":
|
|||||||
check:
|
check:
|
||||||
verified == false
|
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
|
const credentialCount = 6
|
||||||
let credentials = generateCredentials(manager.rlnInstance, credentialCount)
|
let credentials = generateCredentials(manager.rlnInstance, credentialCount)
|
||||||
(await manager.init()).isOkOr:
|
(await manager.init()).isOkOr:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user