Skip to content

Commit d212b4a

Browse files
committed
bad merge
1 parent f36680b commit d212b4a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

services/storage/tests/unit/test_rpc_handlers_paths.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -122,9 +122,9 @@ async def test_path_compute_size(
122122
project_params: ProjectWithFilesParams,
123123
product_name: ProductName,
124124
):
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-
)
125+
assert (
126+
len(project_params.allowed_file_sizes) == 1
127+
), "test preconditions are not filled! allowed file sizes should have only 1 option for this test"
128128
project, list_of_files = with_random_project_with_files
129129

130130
total_num_files = sum(

0 commit comments

Comments
 (0)