mirror of
https://github.com/alexgo-io/stacks-puppet-node.git
synced 2026-04-28 19:55:20 +08:00
update integration test with next prepare phase calculations
This commit is contained in:
@@ -2288,7 +2288,7 @@ fn pox_integration_test() {
|
||||
assert_eq!(pox_info.next_cycle_stacked_ustx, 2000000000000000);
|
||||
assert_eq!(pox_info.reward_slots as u32, pox_constants.reward_slots());
|
||||
assert_eq!(pox_info.next_rewards_start, 225);
|
||||
assert_eq!(pox_info.next_prepare_phase_start, 220);
|
||||
assert_eq!(pox_info.next_prepare_phase_start, 235);
|
||||
assert_eq!(
|
||||
pox_info.prepare_cycle_length as u32,
|
||||
pox_constants.prepare_length
|
||||
|
||||
Reference in New Issue
Block a user