mirror of
https://github.com/langbot-app/LangBot.git
synced 2026-07-17 09:56:06 +00:00
feat(agent-runner): enforce 4.x host-owned execution
This commit is contained in:
@@ -115,7 +115,7 @@ class TestVectorDatabaseAbstractMethods:
|
||||
# list_by_filter should return empty list and -1 for total
|
||||
import asyncio
|
||||
|
||||
result = asyncio.get_event_loop().run_until_complete(db.list_by_filter('test_collection'))
|
||||
result = asyncio.run(db.list_by_filter('test_collection'))
|
||||
assert result == ([], -1)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user