Skip to content

Commit c013626

Browse files
tabacituStyleCIBot
authored andcommitted
Apply fixes from StyleCI
[ci skip] [skip ci]
1 parent b47a94d commit c013626

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tests/Unit/CrudPanel/CrudPanelCreateTest.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ class CrudPanelCreateTest extends BaseDBCrudPanelTest
109109
private $articleInputBelongsToRelationName = [
110110
[
111111
'name' => 'user',
112-
]
112+
],
113113
];
114114

115115
public function testCreate()
@@ -150,7 +150,6 @@ public function testCreateWithOneToOneRelationship()
150150
$account_details = $entry->accountDetails()->first();
151151

152152
$this->assertEquals($account_details->nickname, $account_details_nickname);
153-
154153
}
155154

156155
public function testCreateBelongsToWithRelationName()

0 commit comments

Comments
 (0)