Skip to content

Commit bd3fd9e

Browse files
update
1 parent 240dfd9 commit bd3fd9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backend/arxivsearch/tests/conftest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
from arxivsearch.main import app
1515

1616

17-
@pytest_asyncio.fixture(scope="session")
17+
@pytest.fixture(scope="session")
1818
def index():
1919
index = SearchIndex(schema=get_schema(), redis_url=config.REDIS_URL)
2020
index.create()

0 commit comments

Comments
 (0)