Skip to content

Commit

Permalink
Apply fixes from StyleCI (#8)
Browse files Browse the repository at this point in the history
[ci skip] [skip ci]
  • Loading branch information
mdpoulter authored Jan 14, 2020
1 parent 181c113 commit f9d5c39
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions tests/EnumTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,15 +26,15 @@ public function an_enum_can_be_attached_to_the_field()
$this->assertArrayHasKey('options', $this->field->meta);

$this->assertEquals([
[
'label' => 'Administrator',
'value' => 0,
],
[
'label' => 'Moderator',
'value' => 1,
],
], $this->field->meta['options']);
[
'label' => 'Administrator',
'value' => 0,
],
[
'label' => 'Moderator',
'value' => 1,
],
], $this->field->meta['options']);
}

/** @test */
Expand Down

0 comments on commit f9d5c39

Please sign in to comment.