From 18359878a574d485f94330772308145d85cf9806 Mon Sep 17 00:00:00 2001 From: Matthew Howard Date: Tue, 28 Jan 2025 12:50:50 +0000 Subject: [PATCH] fix test_pot_iterations.py --- chia/_tests/core/consensus/test_pot_iterations.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chia/_tests/core/consensus/test_pot_iterations.py b/chia/_tests/core/consensus/test_pot_iterations.py index 12dfb7dd3d90..e758114aa47f 100644 --- a/chia/_tests/core/consensus/test_pot_iterations.py +++ b/chia/_tests/core/consensus/test_pot_iterations.py @@ -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