-
Notifications
You must be signed in to change notification settings - Fork 428
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
Restrict syntax for setting default ink! e2e test runtime-only emulator #2143
Restrict syntax for setting default ink! e2e test runtime-only emulator #2143
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #2143 +/- ##
==========================================
- Coverage 53.64% 53.63% -0.02%
==========================================
Files 224 224
Lines 7050 7050
Branches 3115 3115
==========================================
- Hits 3782 3781 -1
- Misses 3268 3269 +1 ☔ View full report in Codecov by Sentry. |
🦑 📈 ink! Example Contracts ‒ Changes Report 📉 🦑These are the results when building the
Link to the run | Last update: Thu Mar 7 21:59:52 CET 2024 |
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!
Summary
Closes #_
cargo-contract
orpallet-contracts
?Description
#[ink_e2e::test(backend(runtime_only))]
and#[ink_e2e::test(backend(runtime_only(default)))]
are valid syntax for setting the default drink! runtime emulator, this PR removes the latter syntax.#[ink_e2e::test(backend(runtime_only(runtime = ..)))]
)Checklist before requesting a review
CHANGELOG.md