We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9a882d0 commit efea127Copy full SHA for efea127
1 file changed
examples/team_recommender/tests/example_2/test_allocations_unit_boolean_outcome.py
@@ -2,7 +2,7 @@
2
from openai import OpenAI
3
4
5
-def test_allocations():
+def test_at_least_one_of_acceptable_people_is_allocated():
6
client = OpenAI()
7
assert client is not None
8
skills_data = load_json_fixture("skills.json")
0 commit comments