We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c6597d6 commit e8e2028Copy full SHA for e8e2028
tests/utils/test_HNSWLib.py
@@ -249,7 +249,7 @@ def test_save_directory_exists():
249
with patch('os.path.exists') as mock_exists:
250
with patch('os.makedirs') as mock_makedirs:
251
mock_exists.return_value = True
252
- hnswlib_instance.save('existing_directory')
+ hnswlib_instance.save('.')
253
mock_makedirs.assert_not_called()
254
255
0 commit comments