Skip to content

Commit

Permalink
Update MistralToolModel_unit_test.py
Browse files Browse the repository at this point in the history
  • Loading branch information
cobycloud authored Sep 25, 2024
1 parent 470e962 commit 4e85072
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ def mistral_tool_model():

@pytest.mark.unit
def test_ubc_resource(mistral_tool_model):
assert mistral_tool_model.resource == "mistral_tool_model"
assert mistral_tool_model.resource == "LLM"


@pytest.mark.unit
Expand Down

0 comments on commit 4e85072

Please sign in to comment.