We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 775167b commit 88c54fcCopy full SHA for 88c54fc
tests/unit/test_files_checks.py
@@ -301,9 +301,7 @@ def test_check_jsonl_empty_messages(tmp_path: Path):
301
302
report = check_file(file)
303
assert not report["is_check_passed"]
304
- assert (
305
- "The `messages` column must not be empty" in report["message"]
306
- )
+ assert "The `messages` column must not be empty" in report["message"]
307
308
309
def test_check_jsonl_valid_weights_all_messages(tmp_path: Path):
0 commit comments