diff --git a/tests/test_utils_llm.py b/tests/test_utils_llm.py index 26b1652..8e124ac 100644 --- a/tests/test_utils_llm.py +++ b/tests/test_utils_llm.py @@ -239,5 +239,4 @@ def test_chat_gemini_sql(self): print(response) self.assertIsInstance(response, LLMResponse) self.check_sql(response.content) - self.assertEqual(response.input_tokens, 87) self.assertTrue(response.output_tokens < 10) \ No newline at end of file