This commit is contained in:
Florin Chirica 2023-06-29 16:46:14 +02:00
parent 7ff6a516b4
commit cf1293e41e
No known key found for this signature in database
GPG Key ID: 1805593F7B529698
1 changed files with 3 additions and 1 deletions

View File

@ -348,7 +348,9 @@ async def test_get_block_bytes_in_range(tmp_dir: Path, bt: BlockTools, db_versio
@pytest.mark.asyncio
async def test_get_plot_filer_info(default_1000_blocks, tmp_dir: Path, db_version: int, bt: BlockTools) -> None:
async def test_get_plot_filer_info(
default_1000_blocks: List[FullBlock], tmp_dir: Path, db_version: int, bt: BlockTools
) -> None:
assert sqlite3.threadsafety >= 1
async with DBConnection(db_version) as db_wrapper, DBConnection(db_version) as db_wrapper_2: