Skip to content

Commit efea127

Browse files
committed
refactor: rename test_allocations to test_at_least_one_of_acceptable_people_is_allocated for clarity
1 parent 9a882d0 commit efea127

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

examples/team_recommender/tests/example_2/test_allocations_unit_boolean_outcome.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
from openai import OpenAI
33

44

5-
def test_allocations():
5+
def test_at_least_one_of_acceptable_people_is_allocated():
66
client = OpenAI()
77
assert client is not None
88
skills_data = load_json_fixture("skills.json")

0 commit comments

Comments
 (0)