File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -3325,7 +3325,9 @@ pub mod test {
3325
3325
self . network. nakamoto_state_machine_passes,
3326
3326
nakamoto_passes + 1
3327
3327
) ;
3328
- let epoch2_expected_passes = if self . network . stacks_tip . is_nakamoto {
3328
+ let epoch2_expected_passes = if self . network . stacks_tip . is_nakamoto
3329
+ && !self . network . connection_opts . force_nakamoto_epoch_transition
3330
+ {
3329
3331
epoch2_passes
3330
3332
} else {
3331
3333
epoch2_passes + 1
@@ -3431,7 +3433,9 @@ pub mod test {
3431
3433
self . network. nakamoto_state_machine_passes,
3432
3434
nakamoto_passes + 1
3433
3435
) ;
3434
- let epoch2_expected_passes = if self . network . stacks_tip . is_nakamoto {
3436
+ let epoch2_expected_passes = if self . network . stacks_tip . is_nakamoto
3437
+ && !self . network . connection_opts . force_nakamoto_epoch_transition
3438
+ {
3435
3439
epoch2_passes
3436
3440
} else {
3437
3441
epoch2_passes + 1
You can’t perform that action at this time.
0 commit comments