copilot bug fix & code cleanup

This commit is contained in:
2025-10-20 19:17:49 +02:00
parent 594dcd0aa6
commit 62801c71ec
5 changed files with 3 additions and 5 deletions

View File

@@ -36,7 +36,7 @@ class TestQueryCheckAgent:
assert content.is_crypto == True
def test_query_ok2(self):
response = self.agent.run("Ha senso investire in Etherium?") #type: ignore
response = self.agent.run("Ha senso investire in Ethereum?") #type: ignore
assert response is not None
assert response.content is not None
content = response.content

View File

@@ -35,4 +35,3 @@ class TestTeamAgent:
print(content)
assert isinstance(content, str)
assert "Bitcoin" in content
assert False