Skip to content

Commit ac770fb

Browse files
committed
style
1 parent a430dfb commit ac770fb

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tests/unit/test_files_checks.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -300,4 +300,6 @@ def test_check_jsonl_empty_messages(tmp_path: Path):
300300

301301
report = check_file(file)
302302
assert not report["is_check_passed"]
303-
assert "Expected a non-empty list of messages. Found empty list" in report["message"]
303+
assert (
304+
"Expected a non-empty list of messages. Found empty list" in report["message"]
305+
)

0 commit comments

Comments
 (0)