Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
VRSEN committed Apr 26, 2024
1 parent c0fbbce commit 364c59d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/test_agency.py
Original file line number Diff line number Diff line change
Expand Up @@ -357,6 +357,8 @@ def test_7_init_async_agency(self):
# reset loaded thread ids
self.__class__.loaded_thread_ids = {}

self.__class__.agent1.instructions = "Your task is to say 'success'"

self.__class__.agency = Agency([
self.__class__.ceo,
[self.__class__.ceo, self.__class__.agent1],
Expand Down

0 comments on commit 364c59d

Please sign in to comment.