style: Format test file with ruff

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
Simone Scarduzio
2025-10-15 11:22:00 +02:00
parent db7d14f8a8
commit 3753212f96

View File

@@ -435,8 +435,10 @@ class TestBucketStatsAlgorithm:
# Verify warning was logged for file1
warning_calls = mock_client.service.logger.warning.call_args_list
assert any("file1.zip.delta" in str(call) and "no original_size metadata" in str(call)
for call in warning_calls)
assert any(
"file1.zip.delta" in str(call) and "no original_size metadata" in str(call)
for call in warning_calls
)
def test_multiple_orphaned_references(self, mock_client):
"""Test detection of multiple orphaned reference.bin files."""