Skip to content

Commit 95c61a6

Browse files
authored
Apply fixes from StyleCI (#223)
1 parent d56ddbe commit 95c61a6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tests/Controllers/ProfileControllerTest.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -120,9 +120,9 @@ public function test_profile_validation_from_repository()
120120
->assertJsonStructure([
121121
'errors' => [
122122
[
123-
'name'
124-
]
125-
]
123+
'name',
124+
],
125+
],
126126
]);
127127
}
128128
}

0 commit comments

Comments
 (0)