Fix tests

Signed-off-by: Émile Ré <emile@getprobo.com>
This commit is contained in:
Émile Ré
2026-02-04 17:17:31 +04:00
parent 459ee41bd0
commit fc5108a0ce

View File

@@ -229,7 +229,8 @@ func TestValidateEdgeCases(t *testing.T) {
filename: "empty.txt",
contentType: "text/plain",
fileSize: 0,
shouldError: false,
shouldError: true,
errorMsg: "file can't be empty",
},
{
name: "Exact max file size",