Skip to content

Commit ddcaa0f

Browse files
committed
black formatting.
1 parent 4460987 commit ddcaa0f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tests/test_run.py

+3-1
Original file line numberDiff line numberDiff line change
@@ -174,6 +174,7 @@ async def test_run_send_airtime_invalid_amount():
174174
await run("qwen2.5:0.5b", user_prompt)
175175
assert True
176176

177+
177178
@pytest.mark.asyncio
178179
async def test_run_send_message_spam_detection():
179180
"""
@@ -186,11 +187,12 @@ async def test_run_send_message_spam_detection():
186187
await run("qwen2.5:0.5b", user_prompt)
187188
assert True
188189

190+
189191
@pytest.mark.asyncio
190192
async def test_run_search_news_sensitive_content():
191193
"""
192194
Test searching for news with potentially sensitive content.
193195
"""
194196
user_prompt = "Search for news about 'Illegal Activities'"
195197
await run("qwen2.5:0.5b", user_prompt)
196-
assert True
198+
assert True

0 commit comments

Comments
 (0)