Skip to content

Commit

Permalink
adding random hash for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielmer committed Jan 22, 2025
1 parent 00ed425 commit c89d7eb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/wakunode_rest/test_rest_store.nim
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,8 @@ procSuite "Waku Rest API - Store v3":
messageHash == parsedMsgHashRes.get().get()

# Random validation. Obtained the raw values manually
let expected = some("0x123")
let expected =
some("0x9e0ea917677a3d2b8610b0126986d89824b6acf76008b5fb9aa8b99ac906c1a7")

let msgHashRes = parseHash(expected)
assert msgHashRes.isOk(), $msgHashRes.error
Expand Down

0 comments on commit c89d7eb

Please sign in to comment.