rm useless print

This commit is contained in:
better629 2024-01-04 11:58:07 +08:00
parent 3ed8ddf37f
commit e722b76fd8

View file

@ -66,7 +66,6 @@ def test_repair_special_character_missing():
target_output = '[CONTENT] {"a": "b"} [/CONTENT]'
output = repair_llm_raw_output(output=raw_output, req_keys=["[/CONTENT]"])
print("output\n", output)
assert output == target_output