Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CHIA-1491 Annotate test_wallet_interested_store.py #18644

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion chia/_tests/wallet/test_wallet_interested_store.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@


@pytest.mark.anyio
async def test_store(seeded_random: random.Random):
async def test_store(seeded_random: random.Random) -> None:
async with DBConnection(1) as db_wrapper:
store = await WalletInterestedStore.create(db_wrapper)
coin_1 = Coin(bytes32.random(seeded_random), bytes32.random(seeded_random), uint64(12312))
Expand Down
1 change: 0 additions & 1 deletion mypy-exclusions.txt
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,5 @@ chia._tests.util.time_out_assert
chia._tests.wallet.did_wallet.test_did
chia._tests.wallet.rpc.test_wallet_rpc
chia._tests.wallet.test_taproot
chia._tests.wallet.test_wallet_interested_store
tools.analyze-chain
tools.run_block
Loading