Skip to content

Commit e8e2028

Browse files
committed
test
1 parent c6597d6 commit e8e2028

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/utils/test_HNSWLib.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,7 @@ def test_save_directory_exists():
249249
with patch('os.path.exists') as mock_exists:
250250
with patch('os.makedirs') as mock_makedirs:
251251
mock_exists.return_value = True
252-
hnswlib_instance.save('existing_directory')
252+
hnswlib_instance.save('.')
253253
mock_makedirs.assert_not_called()
254254

255255

0 commit comments

Comments
 (0)