Skip to content

Commit 36424c8

Browse files
Grimur Vid NeystGrimur Vid Neyst
authored andcommitted
Styling Fix
1 parent fb2d438 commit 36424c8

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

tests/integration/api/SetBestAnswerTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -105,8 +105,8 @@ public function getDiscussion(int $userId): ResponseInterface
105105
'GET',
106106
'/api/discussions/1',
107107
[
108-
'authenticatedAs' => $userId,
109-
'queryParam' => ['include' => 'posts'],
108+
'authenticatedAs' => $userId,
109+
'queryParam' => ['include' => 'posts'],
110110
]
111111
)
112112
);

tests/integration/api/UnsetBestAnswerTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,8 @@ public function getBestAnswerDiscussion(int $userId = 2): ResponseInterface
6464
'GET',
6565
'/api/discussions/1',
6666
[
67-
'authenticatedAs' => $userId,
68-
'queryParam' => ['include' => 'posts'],
67+
'authenticatedAs' => $userId,
68+
'queryParam' => ['include' => 'posts'],
6969
]
7070
)
7171
);

0 commit comments

Comments
 (0)