From 853885e2ffba0753aca98d9a539cd6e049b08ee4 Mon Sep 17 00:00:00 2001 From: Jack Robison Date: Thu, 5 Nov 2020 15:02:16 -0500 Subject: [PATCH] debug --- tests/integration/blockchain/test_claim_commands.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/integration/blockchain/test_claim_commands.py b/tests/integration/blockchain/test_claim_commands.py index c80624c06..409264f93 100644 --- a/tests/integration/blockchain/test_claim_commands.py +++ b/tests/integration/blockchain/test_claim_commands.py @@ -89,7 +89,7 @@ class ClaimSearchCommand(ClaimTestCase): # 23829 claim ids makes the request just large enough claim_ids = [ '0000000000000000000000000000000000000000', - ] * 23829 + ] * 33829 with self.assertRaises(ConnectionResetError): await self.claim_search(claim_ids=claim_ids)