We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a430dfb commit ac770fbCopy full SHA for ac770fb
tests/unit/test_files_checks.py
@@ -300,4 +300,6 @@ def test_check_jsonl_empty_messages(tmp_path: Path):
300
301
report = check_file(file)
302
assert not report["is_check_passed"]
303
- assert "Expected a non-empty list of messages. Found empty list" in report["message"]
+ assert (
304
+ "Expected a non-empty list of messages. Found empty list" in report["message"]
305
+ )
0 commit comments