We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7be9e61 commit 56f114dCopy full SHA for 56f114d
1 file changed
tests/test_db.py
@@ -35,7 +35,7 @@ def test_db():
35
@pytest.mark.skip
36
@pytest.mark.parametrize("compress", [False, True])
37
@pytest.mark.asyncio
38
-async def async_test_catcher(compress):
+async def test_catcher(compress):
39
db_path = RESOURCE_DIR / "test.db"
40
db_path.unlink(missing_ok=True)
41
0 commit comments