Update tests/wallet/dao_wallet/test_dao_wallets.py

This commit is contained in:
Kyle Altendorf 2023-12-11 17:24:01 -05:00 committed by GitHub
parent f91c9f4422
commit 4c2fcc78ef
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3357,7 +3357,7 @@ async def test_dao_votes(
) )
@pytest.mark.anyio @pytest.mark.anyio
async def test_dao_resync( async def test_dao_resync(
self_hostname: str, two_wallet_nodes: SimulatorsAndWallets, trusted: bool, consensus_mode: ConsensusMode self_hostname: str, two_wallet_nodes: OldSimulatorsAndWallets, trusted: bool, consensus_mode: ConsensusMode
) -> None: ) -> None:
full_nodes, wallets, _ = two_wallet_nodes full_nodes, wallets, _ = two_wallet_nodes
full_node_api = full_nodes[0] full_node_api = full_nodes[0]