Skip to content

Commit

Permalink
Remove unnecessary usefixtures
Browse files Browse the repository at this point in the history
  • Loading branch information
CaroFG committed Feb 7, 2024
1 parent a25244e commit cfb57f1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/settings/test_settings_embedders.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ def test_update_embedders_with_user_provided_source(new_embedders, empty_index):


@pytest.mark.usefixtures("enable_vector_search")
@pytest.mark.usefixtures("new_embedders")
def test_reset_embedders(new_embedders, empty_index):
"""Tests resetting the typo_tolerance setting to its default value."""
index = empty_index()
Expand Down

0 comments on commit cfb57f1

Please sign in to comment.