Skip to content

Fix tests #658

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Apr 2, 2025
Merged

Fix tests #658

merged 1 commit into from
Apr 2, 2025

Conversation

billytrend-cohere
Copy link
Collaborator

@billytrend-cohere billytrend-cohere commented Apr 2, 2025

Description

This PR refactors the code to improve readability and maintainability. The changes include reordering function calls and removing unnecessary lines.

Changes

  • In the file tests/test_async_client.py, the function call await self.co.list_connectors("dummy", dummy="dummy") has been moved to a new line, improving readability.
  • In the same file, the line "tool_name": "sales_database", has been removed from the self.assertEqual statement, simplifying the code.
  • In the file tests/test_client.py, the line "tool_name": "sales_database", has also been removed from the self.assertEqual statement, maintaining consistency with the changes in test_async_client.py.

@billytrend-cohere billytrend-cohere merged commit 39fda56 into main Apr 2, 2025
2 of 3 checks passed
@billytrend-cohere billytrend-cohere deleted the fix branch April 2, 2025 16:45
billytrend-cohere added a commit that referenced this pull request Apr 2, 2025
This reverts commit 39fda56.
billytrend-cohere added a commit that referenced this pull request Apr 2, 2025
* Revert "Fix tests (#658)"

This reverts commit 39fda56.

* Fix
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant