Skip to content

Commit

Permalink
style
Browse files Browse the repository at this point in the history
  • Loading branch information
artek0chumak committed Jan 2, 2025
1 parent a430dfb commit ac770fb
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tests/unit/test_files_checks.py
Original file line number Diff line number Diff line change
Expand Up @@ -300,4 +300,6 @@ def test_check_jsonl_empty_messages(tmp_path: Path):

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

0 comments on commit ac770fb

Please sign in to comment.