Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
hellokayas committed Nov 8, 2024
1 parent c6597d6 commit e8e2028
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/utils/test_HNSWLib.py
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ def test_save_directory_exists():
with patch('os.path.exists') as mock_exists:
with patch('os.makedirs') as mock_makedirs:
mock_exists.return_value = True
hnswlib_instance.save('existing_directory')
hnswlib_instance.save('.')
mock_makedirs.assert_not_called()


Expand Down

0 comments on commit e8e2028

Please sign in to comment.