mirror of
https://github.com/appwrite/appwrite
synced 2026-05-05 22:38:37 +00:00
Fix whitespace and indentation in AvatarsBase test method
Co-authored-by: jakeb994 <jakeb994@gmail.com>
This commit is contained in:
parent
ff8ad93544
commit
44b3cbe597
1 changed files with 3 additions and 3 deletions
|
|
@ -400,9 +400,9 @@ trait AvatarsBase
|
|||
$this->assertEquals(200, $image->getImageWidth());
|
||||
$this->assertEquals(200, $image->getImageHeight());
|
||||
$this->assertEquals('PNG', $image->getImageFormat());
|
||||
$this->assertSamePixels(__DIR__ . '/../../../resources/qr/qr-size-200-margin-10.png', $response['body']);
|
||||
|
||||
$this->assertEquals(200, $response['headers']['status-code']);
|
||||
$this->assertSamePixels(__DIR__ . '/../../../resources/qr/qr-size-200-margin-10.png', $response['body']);
|
||||
|
||||
$this->assertEquals(200, $response['headers']['status-code']);
|
||||
$this->assertEquals('attachment; filename="qr.png"', $response['headers']['content-disposition']);
|
||||
$this->assertEquals('image/png', $response['headers']['content-type']);
|
||||
$this->assertNotEmpty($response['body']);
|
||||
|
|
|
|||
Loading…
Reference in a new issue