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 f6d0c2d commit 6c66c5eCopy full SHA for 6c66c5e
services/storage/tests/unit/test_rpc_handlers_paths.py
@@ -122,9 +122,9 @@ async def test_path_compute_size(
122
project_params: ProjectWithFilesParams,
123
product_name: ProductName,
124
):
125
- assert len(project_params.allowed_file_sizes) == 1, (
126
- "test preconditions are not filled! allowed file sizes should have only 1 option for this test"
127
- )
+ assert (
+ len(project_params.allowed_file_sizes) == 1
+ ), "test preconditions are not filled! allowed file sizes should have only 1 option for this test"
128
project, list_of_files = with_random_project_with_files
129
130
total_num_files = sum(
0 commit comments