Skip to content

Commit 88c54fc

Browse files
committed
style
1 parent 775167b commit 88c54fc

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

tests/unit/test_files_checks.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -301,9 +301,7 @@ def test_check_jsonl_empty_messages(tmp_path: Path):
301301

302302
report = check_file(file)
303303
assert not report["is_check_passed"]
304-
assert (
305-
"The `messages` column must not be empty" in report["message"]
306-
)
304+
assert "The `messages` column must not be empty" in report["message"]
307305

308306

309307
def test_check_jsonl_valid_weights_all_messages(tmp_path: Path):

0 commit comments

Comments
 (0)