chore: added tests for file transformations

This commit is contained in:
Chirag Aggarwal
2025-02-21 12:53:17 +00:00
parent b1629b24ad
commit 4ed4c660d5
@@ -104,5 +104,7 @@ class StorageConsoleClientTest extends Scope
$this->assertIsNumeric($response['body']['filesStorageTotal']);
$this->assertIsArray($response['body']['files']);
$this->assertIsArray($response['body']['storage']);
$this->assertIsArray($response['body']['fileTransformations']);
$this->assertIsNumeric($response['body']['fileTransformationsTotal']);
}
}