Skip to content

Commit c23371c

Browse files
linting
1 parent ab32094 commit c23371c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

atomic-agents/tests/agents/test_atomic_agent.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -655,6 +655,9 @@ def test_backward_compatibility_no_breaking_changes(mock_instructor, mock_histor
655655
user_input = BasicChatInputSchema(chat_message="test")
656656
response = agent.run(user_input)
657657

658+
# Verify the response is valid
659+
assert response is not None
660+
658661
# Verify the call was made correctly
659662
mock_instructor.chat.completions.create.assert_called()
660663

0 commit comments

Comments
 (0)