mirror of
https://github.com/Significant-Gravitas/AutoGPT.git
synced 2026-01-10 07:38:04 -05: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