Skip to content

Commit

Permalink
Delete unused program strings from tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Quexington committed Oct 31, 2024
1 parent bae930b commit 6ac65b4
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 7 deletions.
1 change: 0 additions & 1 deletion chia/_tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -630,7 +630,6 @@ async def five_nodes(db_version: int, self_hostname, blockchain_constants):

@pytest.fixture(scope="function")
async def wallet_nodes(blockchain_constants, consensus_mode):
constants = blockchain_constants
async with setup_simulators_and_wallets(
2,
1,
Expand Down
6 changes: 0 additions & 6 deletions chia/_tests/generator/test_compression.py
Original file line number Diff line number Diff line change
Expand Up @@ -124,9 +124,6 @@ def test_decompress_cse_with_prefix(self) -> None:

def test_block_program_zero(self) -> None:
"Decompress a list of CSEs"
cse1 = binutils.assemble(
"(((0x0000000000000000000000000000000000000000000000000000000000000000 0x0186a0) (0xb081963921826355dcb6c355ccf9c2637c18adf7d38ee44d803ea9ca41587e48c913d8d46896eb830aeadfc13144a8eac3 (() (q (51 0x6b7a83babea1eec790c947db4464ab657dbe9b887fe9acc247062847b8c2a8a9 0x0186a0)) ()))))"
)
cse2 = binutils.assemble(
"""
(
Expand Down Expand Up @@ -165,9 +162,6 @@ def test_block_program_zero(self) -> None:
print(out)

def test_block_program_zero_with_curry(self) -> None:
cse1 = binutils.assemble(
"(((0x0000000000000000000000000000000000000000000000000000000000000000 0x0186a0) (0xb081963921826355dcb6c355ccf9c2637c18adf7d38ee44d803ea9ca41587e48c913d8d46896eb830aeadfc13144a8eac3 (() (q (51 0x6b7a83babea1eec790c947db4464ab657dbe9b887fe9acc247062847b8c2a8a9 0x0186a0)) ()))))"
)
cse2 = binutils.assemble(
"""
(
Expand Down

0 comments on commit 6ac65b4

Please sign in to comment.