fix naming

This commit is contained in:
Damodar Lohani
2022-08-15 00:50:51 +00:00
parent 8fdec117cd
commit 5472898759
@@ -40,7 +40,7 @@ class StorageConsoleClientTest extends Scope
$this->assertEquals($response['headers']['status-code'], 200);
$this->assertEquals(12, count($response['body']));
$this->assertEquals($response['body']['range'], '24h');
$this->assertIsArray($response['body']['filesStorage']);
$this->assertIsArray($response['body']['storage']);
$this->assertIsArray($response['body']['filesCount']);
}