Skip to content

Commit 56f114d

Browse files
committed
테스트 돌아가도록 변경
1 parent 7be9e61 commit 56f114d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/test_db.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ def test_db():
3535
@pytest.mark.skip
3636
@pytest.mark.parametrize("compress", [False, True])
3737
@pytest.mark.asyncio
38-
async def async_test_catcher(compress):
38+
async def test_catcher(compress):
3939
db_path = RESOURCE_DIR / "test.db"
4040
db_path.unlink(missing_ok=True)
4141

0 commit comments

Comments
 (0)