Skip to content

Commit

Permalink
Update DeepInfraModel_unit_test.py
Browse files Browse the repository at this point in the history
  • Loading branch information
cobycloud authored Sep 25, 2024
1 parent 4e85072 commit 76df23f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/swarmauri/tests/unit/llms/DeepInfraModel_unit_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ def deepinfra_model():

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


@pytest.mark.unit
Expand Down

0 comments on commit 76df23f

Please sign in to comment.