Skip to content

Commit d192104

Browse files
committed
Merge branch '3.x' of github.com:BinarCode/laravel-restify into 3.x
2 parents 2c9c8a8 + 95c61a6 commit d192104

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
@@ -115,9 +115,9 @@ public function test_profile_validation_from_repository()
115115
->assertJsonStructure([
116116
'errors' => [
117117
[
118-
'name'
119-
]
120-
]
118+
'name',
119+
],
120+
],
121121
]);
122122
}
123123
}

0 commit comments

Comments
 (0)