Skip to content

Commit 920a0ff

Browse files
committed
fix test
1 parent 9fbeb5e commit 920a0ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

chia/_tests/blockchain/test_blockchain.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3647,7 +3647,7 @@ async def test_get_blocks_at(self, empty_blockchain: Blockchain, default_1000_bl
36473647
heights.append(block.height)
36483648
await _validate_and_add_block(b, block)
36493649

3650-
blocks = await b.get_block_records_at(heights, batch_size=2)
3650+
blocks = await b.get_block_records_at(heights)
36513651
assert blocks
36523652
assert len(blocks) == 200
36533653
assert blocks[-1].height == 199

0 commit comments

Comments
 (0)