Skip to content

Commit

Permalink
test: avoid too verbose rln test (#3029)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ivansete-status authored Sep 11, 2024
1 parent 5ea1cf0 commit 3ccb6cd
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions tests/waku_rln_relay/test_waku_rln_relay.nim
Original file line number Diff line number Diff line change
Expand Up @@ -502,8 +502,8 @@ suite "Waku rln relay":

let (list, root) = memListRes.get()

debug "created membership key list", list
debug "the Merkle tree root", root
debug "created membership key list", number_of_keys = list.len
debug "Merkle tree root", size_calculated_tree_root = root.len

check:
list.len == groupSize # check the number of keys
Expand Down Expand Up @@ -539,9 +539,9 @@ suite "Waku rln relay":

let root = rawRoot.inHex()

debug "groupIdCredentials", groupIdCredentials
debug "groupIDCommitments",
groupIDCommitments = groupIDCommitments.mapIt(it.inHex())
debug "groupIdCredentials", num_group_id_credentials = groupIdCredentials.len
# debug "groupIDCommitments", leaving commented in case needed to debug in the future
# groupIDCommitments = groupIDCommitments.mapIt(it.inHex())
debug "root", root

check:
Expand Down

0 comments on commit 3ccb6cd

Please sign in to comment.