Skip to content

Commit

Permalink
x
Browse files Browse the repository at this point in the history
  • Loading branch information
eyurtsev committed Nov 17, 2023
1 parent 49aa471 commit 8a72ff7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit_tests/tool_usage/test_public_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ def test_public_api() -> None:
"""Test that the public API is correct."""
# This test will also fail if __all__ is not sorted.
# Please keep it sorted!
assert __all__ == sorted(["registry", "STANDARD_AGENT_EVALUATOR"])
assert __all__ == sorted(["registry", "STANDARD_AGENT_EVALUATOR"], key=str.lower)

0 comments on commit 8a72ff7

Please sign in to comment.