Skip to content

Commit

Permalink
Fix lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
Prokyonn committed Apr 8, 2021
1 parent bd796b8 commit 45b4789
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions Tests/Unit/Content/ContentTypeResolver/ImageMapResolverTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -75,11 +75,11 @@ public function testResolve(): void
[
'type' => 'basic',
'hotspot' => [
'type' => 'point',
'left' => 1,
'top' => 1,
'radius' => 0,
],
'type' => 'point',
'left' => 1,
'top' => 1,
'radius' => 0,
],
'title' => 'Test Point',
'description' => 'Test Point description',
],
Expand All @@ -99,9 +99,9 @@ public function testResolve(): void
[
'type' => 'text-with-image',
'image' => [
'displayOption' => null,
'id' => 1,
],
'displayOption' => null,
'id' => 1,
],
'title' => 'Example title',
],
],
Expand Down

0 comments on commit 45b4789

Please sign in to comment.