mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
use actual size
This commit is contained in:
@@ -269,7 +269,7 @@ class UsageTest extends Scope
|
||||
$this->assertEquals(201, $response['headers']['status-code']);
|
||||
$this->assertNotEmpty($response['body']['$id']);
|
||||
|
||||
$fileSize = $response['body']['sizeOriginal'];
|
||||
$fileSize = $response['body']['sizeActual'];
|
||||
|
||||
$storageTotal += $fileSize;
|
||||
$filesTotal += 1;
|
||||
|
||||
Reference in New Issue
Block a user