Skip to content

Commit

Permalink
Test reverted to direct call to writeFile.
Browse files Browse the repository at this point in the history
Abstrated writePersistentRlnCredentials usage causing error,
with readPersistentRlnCredentials
  • Loading branch information
kgrgpg committed Jul 29, 2022
1 parent 3f4dba1 commit f10d873
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/v2/test_waku_rln_relay.nim
Original file line number Diff line number Diff line change
Expand Up @@ -748,7 +748,7 @@ suite "Waku rln relay":
let path = "testPath.txt"

# Write RLN credentials
writePersistentRlnCredentials(path, rlnMembershipCredentials)
writeFile(path, pretty(%rlnMembershipCredentials))

var credentials = readPersistentRlnCredentials(path)

Expand Down

0 comments on commit f10d873

Please sign in to comment.