Skip to content

Commit

Permalink
Apply fixes from StyleCI
Browse files Browse the repository at this point in the history
  • Loading branch information
uyab authored and StyleCIBot committed Sep 10, 2020
1 parent f750534 commit 01bc3f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/AvatarPhpTest.php
Expand Up @@ -23,7 +23,7 @@ public function it_can_override_attributes_when_instantiated()
$avatar = new \Laravolt\Avatar\Avatar($config);

$this->assertEquals(2, $avatar->getAttribute('chars'));
$this->assertEquals('circle',$avatar->getAttribute('shape'));
$this->assertEquals('circle', $avatar->getAttribute('shape'));
$this->assertEquals(200, $avatar->getAttribute('width'));
$this->assertEquals(200, $avatar->getAttribute('height'));
$this->assertEquals(['#000000'], $avatar->getAttribute('availableBackgrounds'));
Expand Down

0 comments on commit 01bc3f1

Please sign in to comment.