mirror of
https://github.com/aljazceru/Auto-GPT.git
synced 2025-12-25 18:04:28 +01:00
Merge pull request #2061 from wangxuqi/milvus_memory_test_fix
Fix milvus test Error: 'NameError: name 'MockConfig' is not defined'
This commit is contained in:
@@ -26,7 +26,7 @@ try:
|
||||
|
||||
def setUp(self) -> None:
|
||||
"""Set up the test environment"""
|
||||
self.cfg = MockConfig()
|
||||
self.cfg = mock_config()
|
||||
self.memory = MilvusMemory(self.cfg)
|
||||
|
||||
def test_add(self) -> None:
|
||||
|
||||
Reference in New Issue
Block a user