Skip to content

Commit 8552e35

Browse files
authored
CHIA-1491 Annotate test_wallet_interested_store.py (#18644)
Annotate test_wallet_interested_store.py.
1 parent c0c12b9 commit 8552e35

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

chia/_tests/wallet/test_wallet_interested_store.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313

1414
@pytest.mark.anyio
15-
async def test_store(seeded_random: random.Random):
15+
async def test_store(seeded_random: random.Random) -> None:
1616
async with DBConnection(1) as db_wrapper:
1717
store = await WalletInterestedStore.create(db_wrapper)
1818
coin_1 = Coin(bytes32.random(seeded_random), bytes32.random(seeded_random), uint64(12312))

mypy-exclusions.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,5 @@ chia._tests.util.time_out_assert
9494
chia._tests.wallet.did_wallet.test_did
9595
chia._tests.wallet.rpc.test_wallet_rpc
9696
chia._tests.wallet.test_taproot
97-
chia._tests.wallet.test_wallet_interested_store
9897
tools.analyze-chain
9998
tools.run_block

0 commit comments

Comments
 (0)