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 0d83e01 commit 5053f94Copy full SHA for 5053f94
app/main.py
@@ -2,7 +2,6 @@
2
from contextlib import asynccontextmanager
3
4
from fastapi import FastAPI
5
-from app.services.database.database import AsyncSessionLocal, init_db
6
7
from app.routers.router import setup_router as setup_router_v2
8
from app.services.database.database import AsyncSessionLocal, init_db
tests/test_news.py
@@ -20,7 +20,7 @@ async def community(session: AsyncSession):
20
21
22
@pytest.mark.asyncio
23
-async def test_insert_libraries(session: AsyncSession, community: Community):
+async def test_insert_news(session: AsyncSession, community: Community):
24
"""
25
Testa a inserção de uma notícia no banco de dados.
26
0 commit comments