Skip to content

Commit

Permalink
Fixed failing test case
Browse files Browse the repository at this point in the history
  • Loading branch information
V-R-Dighe committed Jul 9, 2024
1 parent 16ce657 commit 904f47f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions messages/tests/test_store_in_agent_output_file.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,6 @@ def test_store_in_agent_output_message_instructions():
message = StoreInAgentOutputMessage()
instructions = message.instructions()

assert instructions == [
"The file path must be in the following format: '{{Your Agent ID}}/{{file name}}'."
]
assert instructions == [
"Make sure the body of the message contains the file path, file contents and file content description."
"The file path must be in the following format: '{{Your Agent ID}}/{{file name}}'."]

0 comments on commit 904f47f

Please sign in to comment.