Skip to content

Commit

Permalink
update test
Browse files Browse the repository at this point in the history
  • Loading branch information
peterdudfield committed Dec 16, 2024
1 parent c34201f commit 1bb7410
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/models/test_pydantic_models.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
def test_get_all_models():
"""Test for getting all models"""
models = get_all_models()
assert len(models.models) == 8
assert len(models.models) == 9


def test_get_all_models_client():
Expand Down

0 comments on commit 1bb7410

Please sign in to comment.