Skip to content

Commit

Permalink
Apply fixes from StyleCI
Browse files Browse the repository at this point in the history
  • Loading branch information
StyleCIBot committed Oct 21, 2023
1 parent 14fde5f commit 3bfe4f7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/integration/api/ReactTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -47,14 +47,14 @@ public function setUp(): void
],
'groups' => [
['id' => 5, 'name_singular' => 'Acme', 'name_plural' => 'Acme', 'is_hidden' => 0],
['id' => 6, 'name_singular' => 'Acme1', 'name_plural' => 'Acme1', 'is_hidden' => 0]
['id' => 6, 'name_singular' => 'Acme1', 'name_plural' => 'Acme1', 'is_hidden' => 0],
],
'group_user' => [
['user_id' => 1, 'group_id' => 5],
['user_id' => 2, 'group_id' => 5],
['user_id' => 3, 'group_id' => 5],
['user_id' => 4, 'group_id' => 5],
]
],
]);
}

Expand Down

0 comments on commit 3bfe4f7

Please sign in to comment.