barunsaha commited on
Commit
9ca95c2
·
1 Parent(s): 8be9c06

Remove stray print from the test case

Browse files
Files changed (1) hide show
  1. 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