-
Notifications
You must be signed in to change notification settings - Fork 54
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
fix: update and shift unittest #2934
Conversation
You can find the image built from this PR at
Built from cc02fbc |
Hi @rymnc, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, minor nit, will need to change the error returned :)
Co-authored-by: Aaryamann Challani <43716372+rymnc@users.noreply.github.com>
@@ -162,7 +162,7 @@ suite "Waku RlnRelay - End to End": | |||
await node.mountRlnRelay(wakuRlnConfig) | |||
except CatchableError as e: | |||
check e.msg == | |||
"failed to mount WakuRlnRelay: rln-relay-user-message-limit can't be exceed then MAX_MESSAGE_LIMIT set by rln contract" | |||
"failed to mount WakuRlnRelay: rln-relay-user-message-limit can't exceed the MAX_MESSAGE_LIMIT in the rln contract" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
you also have to change the error returned in the actual code too
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for that! LGTM as long as all comments are addressed 🥳
No description provided.