1
0
Fork 0
mirror of synced 2024-09-29 08:51:28 +13:00

fix naming

This commit is contained in:
Damodar Lohani 2022-08-15 00:50:51 +00:00
parent 8fdec117cd
commit 5472898759

View file

@ -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']);
}