remove prints

This commit is contained in:
Xi Yan 2024-10-27 17:29:41 -07:00
parent 38186f7903
commit ae75eb0f95
2 changed files with 0 additions and 4 deletions

View file

@ -147,8 +147,6 @@ async def test_scoring_score(scoring_settings, provider_scoring_functions):
scoring_functions=list(provider_scoring_functions[provider_type]),
)
print("RESPONSE", response)
assert len(response.results) == len(provider_scoring_functions[provider_type])
for x in provider_scoring_functions[provider_type]:
assert x in response.results