Skip to content

Commit

Permalink
4 region is default
Browse files Browse the repository at this point in the history
  • Loading branch information
ibalajiarun committed Oct 16, 2024
1 parent af2a652 commit 2a93b42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testsuite/testcases/src/multi_region_network_test.rs
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ pub struct MultiRegionNetworkEmulationConfig {
impl Default for MultiRegionNetworkEmulationConfig {
fn default() -> Self {
Self {
link_stats_table: get_link_stats_table(SIX_REGION_LINK_STATS),
link_stats_table: get_link_stats_table(FOUR_REGION_LINK_STATS),
inter_region_config: InterRegionNetEmConfig::default(),
intra_region_config: Some(IntraRegionNetEmConfig::default()),
}
Expand Down

0 comments on commit 2a93b42

Please sign in to comment.