Skip to content

Commit

Permalink
chore: add mock system mode enum
Browse files Browse the repository at this point in the history
commit-id:fc2332f3
  • Loading branch information
nadin-Starkware committed Dec 10, 2024
1 parent 70e9d8f commit a72c82f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions crates/starknet_integration_tests/src/definitions.rs
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
#[derive(Debug, Clone)]
pub enum MockSystemMode {
Local,
Remote,
}
2 changes: 1 addition & 1 deletion crates/starknet_integration_tests/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
pub mod config_utils;
pub mod end_to_end_integration;
pub mod definitions;
pub mod flow_test_setup;
pub mod integration_test_setup;
pub mod state_reader;
Expand Down

0 comments on commit a72c82f

Please sign in to comment.