Skip to content

Commit 2175bdf

Browse files
authored
Mark test_async_eth_sign with asyncio (#2858)
1 parent 8f51801 commit 2175bdf

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

newsfragments/2858.bugfix.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Mark `test_async_eth_sign` with `@pytest.mark.asyncio`

web3/_utils/module_testing/eth_module.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1499,6 +1499,7 @@ async def test_eth_getBlockTransactionCountByNumber_block_with_txn(
14991499
assert is_integer(transaction_count)
15001500
assert transaction_count >= 1
15011501

1502+
@pytest.mark.asyncio
15021503
async def test_async_eth_sign(
15031504
self, async_w3: "AsyncWeb3", unlocked_account_dual_type: ChecksumAddress
15041505
) -> None:

0 commit comments

Comments
 (0)