-
Notifications
You must be signed in to change notification settings - Fork 22
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: expect event to be emitted (#88) #108
Conversation
✅ Deploy Preview for contracts-stylus canceled.
|
lib/e2e/src/assert.rs
Outdated
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.
Should we maybe rename it to assertions.rs
? I'm not sure, I feel like assert.rs
is not a good name for this module.
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.
Looking super nice, I like this much better!
8968e81
to
0f1c8c6
Compare
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! Just a comment about wording. 💯
lib/e2e/src/lib.rs
Outdated
pub use deploy::deploy; | ||
pub use e2e_proc::test; | ||
pub use system::{provider, Provider, Signer}; | ||
pub use user::User; | ||
|
||
/// This macro provides an easy way for broadcasting the transaction |
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.
What do you think of changing the wording like this?
/// This macro provides an easy way for broadcasting the transaction | |
/// This macro provides a shorthand for broadcasting the transaction |
Resolves #88