fix after test
Test Workflow / test (push) Successful in 2s

This commit is contained in:
vladp
2025-12-25 13:04:49 +07:00
parent b2cf06a512
commit 45b7acc774
3 changed files with 29 additions and 24 deletions
@@ -145,7 +145,7 @@ public class FileUploadServiceImpl implements FileUploadService {
if (chunkNumber < 0 || chunkNumber >= session.getTotalChunks()) {
throw new FileUploadException(
String.format("Invalid chunk number %d. Expected 0-%d",
String.format("Invalid chunk number %d. Expected number: %d",
chunkNumber, session.getTotalChunks() - 1));
}