Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
harry-cohere committed Mar 15, 2024
1 parent 490a01b commit d5546a7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -269,6 +269,7 @@ def test_tool_use(self) -> None:

self.assertEqual(cited_response.documents, [
{
"tool_name": "sales_database",
"average_sale_value": "404.17",
"date": "2023-09-29",
"id": "sales_database:0:0",
Expand Down

0 comments on commit d5546a7

Please sign in to comment.