mirror of
https://github.com/aljazceru/Auto-GPT.git
synced 2026-02-08 15:54:26 +01:00
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