-
Notifications
You must be signed in to change notification settings - Fork 24
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
chore: add mock system mode enum #2632
base: main
Are you sure you want to change the base?
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #2632 +/- ##
==========================================
- Coverage 40.10% 35.00% -5.10%
==========================================
Files 26 277 +251
Lines 1895 32227 +30332
Branches 1895 32227 +30332
==========================================
+ Hits 760 11282 +10522
- Misses 1100 19938 +18838
- Partials 35 1007 +972 ☔ View full report in Codecov by Sentry. |
659daa6
to
bdfb753
Compare
bdfb753
to
a72c82f
Compare
a72c82f
to
245c023
Compare
commit-id:fc2332f3
245c023
to
b89d319
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.
Reviewable status: 0 of 2 files reviewed, 1 unresolved discussion (waiting on @nadin-Starkware)
crates/starknet_integration_tests/src/definitions.rs
line 5 at r1 (raw file):
Local, Remote, }
Please unify this with the pr that uses this, it's too out of context as is 🙏
Code quote:
#[derive(Debug, Clone)]
pub enum MockSystemMode {
Local,
Remote,
}
Stack: