mirror of
https://github.com/langchain-ai/langgraph.git
synced 2026-09-21 09:07:56 +02:00
remove setup
This commit is contained in:
@@ -55,6 +55,8 @@ class TestPostgresSaver:
|
||||
"score": None,
|
||||
}
|
||||
self.metadata_3: CheckpointMetadata = {}
|
||||
with PostgresSaver.from_conn_string(DEFAULT_URI) as saver:
|
||||
saver.setup()
|
||||
|
||||
def test_search(self):
|
||||
with PostgresSaver.from_conn_string(DEFAULT_URI) as saver:
|
||||
|
||||
Reference in New Issue
Block a user