Skip to content

Commit bbbe10e

Browse files
authored
Update test_async_pg_vectorstore_search.py
1 parent d6e3032 commit bbbe10e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/unit_tests/v2/test_async_pg_vectorstore_search.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ async def engine(self) -> AsyncIterator[PGEngine]:
6868
yield engine
6969
await aexecute(engine, f"DROP TABLE IF EXISTS {DEFAULT_TABLE}")
7070
await aexecute(engine, f"DROP TABLE IF EXISTS {CUSTOM_TABLE}")
71-
# await aexecute(engine, f"DROP TABLE IF EXISTS {CUSTOM_FILTER_TABLE}")
71+
await aexecute(engine, f"DROP TABLE IF EXISTS {CUSTOM_FILTER_TABLE}")
7272
await engine.close()
7373

7474
@pytest_asyncio.fixture(scope="class")

0 commit comments

Comments
 (0)