Skip to content

Commit

Permalink
Fix object size
Browse files Browse the repository at this point in the history
  • Loading branch information
afranken committed Dec 19, 2024
1 parent 15735b9 commit 8a742fa
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -620,7 +620,7 @@ internal class ObjectControllerTest : BaseControllerTest() {
return S3ObjectMetadata(
UUID.randomUUID(),
id,
"1234",
Path.of(UPLOAD_FILE_NAME).toFile().length().toString(),
"1234",
digest,
"text/plain",
Expand Down

0 comments on commit 8a742fa

Please sign in to comment.