Skip to content

Commit

Permalink
Fix milvus test Error: 'NameError: name 'MockConfig' is not defined'
Browse files Browse the repository at this point in the history
  • Loading branch information
wangxuqi committed Apr 17, 2023
1 parent 6fb1369 commit 1d4dc0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/milvus_memory_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ class TestMilvusMemory(unittest.TestCase):

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:
Expand Down

0 comments on commit 1d4dc0c

Please sign in to comment.