mirror of
https://github.com/langchain-ai/langgraph.git
synced 2026-08-25 17:12:26 +02:00
Fix
This commit is contained in:
@@ -123,6 +123,3 @@ class TestSqliteSaver:
|
||||
with pytest.raises(NotImplementedError, match=_AIO_ERROR_MSG):
|
||||
async for _ in self.sqlite_saver.alist(self.config_1):
|
||||
pass
|
||||
with pytest.raises(NotImplementedError, match=_AIO_ERROR_MSG):
|
||||
async for _ in self.sqlite_saver.asearch(self.metadata_1):
|
||||
pass
|
||||
|
||||
Reference in New Issue
Block a user