Skip to content

Commit

Permalink
Rename test
Browse files Browse the repository at this point in the history
Co-authored-by: Stefano Fiorucci <[email protected]>
  • Loading branch information
paulmartrencharpro and anakin87 authored Nov 13, 2024
1 parent f6173cd commit 80b5700
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions integrations/fastembed/tests/test_fastembed_ranker.py
Original file line number Diff line number Diff line change
Expand Up @@ -159,9 +159,9 @@ def test_from_dict_with_custom_init_parameters(self):
assert ranker.meta_fields_to_embed == ["test_field"]
assert ranker.meta_data_separator == " | "

def test_embed_incorrect_input_format(self):
def test_run_incorrect_input_format(self):
"""
Test for checking incorrect input format when creating embedding.
Test for checking incorrect input format.
"""
ranker = FastembedRanker(model_name="Xenova/ms-marco-MiniLM-L-12-v2")
ranker.warm_up()
Expand Down

0 comments on commit 80b5700

Please sign in to comment.