Skip to content

Commit

Permalink
Resolved - A guest or an authenticated user can list questions (larav…
Browse files Browse the repository at this point in the history
…el-portugal#26) - minor replaces
  • Loading branch information
dleicam authored and José Postiga committed Nov 1, 2020
1 parent 1b4bd09 commit 8a5d793
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion domains/Discussions/Tests/Feature/QuestionsIndexTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ public function it_search_by_author(): void
'author' => $user->id,
]))
->seeJsonContains([
'id' => $user->id,
'email' => $user->email,
])
->seeJsonContains([
'to' => 3,
Expand Down

0 comments on commit 8a5d793

Please sign in to comment.