Skip to content

Commit

Permalink
Fix expectation on failing test
Browse files Browse the repository at this point in the history
  • Loading branch information
mbklein committed May 20, 2024
1 parent 9ffcc1e commit d0bb6d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chat/test/helpers/test_metrics.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ def test_token_usage(self):
"prompt": 302,
"question": 15,
"source_documents": 1,
"total": 350
"total": 324
}

self.assertEqual(result, expected_result)
Expand Down

0 comments on commit d0bb6d1

Please sign in to comment.