Skip to content

Commit

Permalink
fix failing test
Browse files Browse the repository at this point in the history
Signed-off-by: kalyanr <kalyan.ben10@live.com>
  • Loading branch information
rawwar committed Mar 21, 2024
1 parent dab84e3 commit 0f2c58b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/ml_models/test_sentencetransformermodel_pytest.py
Original file line number Diff line number Diff line change
Expand Up @@ -463,7 +463,7 @@ def test_overwrite_description():
def test_long_description():
model_id = "sentence-transformers/gtr-t5-base"
model_format = "TORCH_SCRIPT"
expected_model_description = "This is a sentence-transformers model: It maps sentences & paragraphs to a 768 dimensional dense vector space. The model was specifically trained for the task of sematic search."
expected_model_description = "This is a sentence-transformers model: It maps sentences & paragraphs to a 768 dimensional dense vector space. The model was specifically trained for the task of semantic search."

clean_test_folder(TEST_FOLDER)
test_model12 = SentenceTransformerModel(
Expand Down

0 comments on commit 0f2c58b

Please sign in to comment.