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 Jan 31, 2024
1 parent fa69a3c commit 20b5917
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/integration/api/CreatePollTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -206,6 +206,7 @@ public function unauthorized_user_cannot_create_poll_in_post(int $userId)

/**
* @dataProvider authorizedUserProvider
*
* @test
*/
public function authorized_user_can_create_post_poll_on_api(int $userId)
Expand Down Expand Up @@ -260,6 +261,7 @@ public function authorized_user_can_create_post_poll_on_api(int $userId)

/**
* @dataProvider unauthorizedUserProvider
*
* @test
*/
public function unauthorized_user_cannot_create_post_poll_on_api(int $userId)
Expand Down

0 comments on commit 20b5917

Please sign in to comment.