Skip to content

Commit

Permalink
fix test_pot_iterations.py
Browse files Browse the repository at this point in the history
  • Loading branch information
matt-o-how committed Jan 28, 2025
1 parent f641e8e commit 1835987
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chia/_tests/core/consensus/test_pot_iterations.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ def test_calculate_ip_iters(self):

with raises(ValueError):
# Invalid signage point index
calculate_ip_iters(test_constants, ssi, uint8(123), uint64(100000))
calculate_ip_iters(test_constants.NUM_SPS_SUB_SLOT, test_constants.NUM_SP_INTERVALS_EXTRA, ssi, uint8(123), uint64(100000))

sp_iters = sp_interval_iters * 13

Expand Down

0 comments on commit 1835987

Please sign in to comment.