Spaces:
Running
Running
Remove stray print from the test case
Browse files- tests/unit/test_cli.py +0 -1
tests/unit/test_cli.py
CHANGED
|
@@ -51,7 +51,6 @@ def test_format_models_as_bullets():
|
|
| 51 |
]
|
| 52 |
|
| 53 |
result = format_models_as_bullets(test_models)
|
| 54 |
-
print(result)
|
| 55 |
|
| 56 |
assert 'anthropic:' not in result
|
| 57 |
assert 'deepseek' in result
|
|
|
|
| 51 |
]
|
| 52 |
|
| 53 |
result = format_models_as_bullets(test_models)
|
|
|
|
| 54 |
|
| 55 |
assert 'anthropic:' not in result
|
| 56 |
assert 'deepseek' in result
|