Skip to content

Commit 4592ff7

Browse files
committed
refactor test
1 parent df1dd1d commit 4592ff7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

services/storage/tests/unit/test_handlers_paths.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -507,7 +507,7 @@ async def _assert_compute_path_total_size(
507507
user_id: UserID,
508508
*,
509509
path: Path,
510-
expected_total_size: ByteSize,
510+
expected_total_size: int,
511511
) -> None:
512512
url = url_from_operation_id(
513513
client,

0 commit comments

Comments
 (0)