Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

test(rln): Implement rln tests #2639

Draft
wants to merge 16 commits into
base: master
Choose a base branch
from
Draft

test(rln): Implement rln tests #2639

wants to merge 16 commits into from

Conversation

AlejandroCabeza
Copy link
Contributor

Description

Extend RLN tests coverage

Changes

  • Implement test plan

Copy link

github-actions bot commented Apr 26, 2024

You can find the image built from this PR at

quay.io/wakuorg/nwaku-pr:2639-rln-v1

Built from 5e8baa5

Copy link

github-actions bot commented Apr 26, 2024

You can find the image built from this PR at

quay.io/wakuorg/nwaku-pr:2639-rln-v2

Built from 5e8baa5

Comment on lines 73 to 79
asyncTest "should error if contract does not exist":
let manager = await setup()
manager.ethContractAddress = "0x0000000000000000000000000000000000000000"

expect(CatchableError):
await manager.init()

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this test already exists, i believe

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants