Skip to content

Commit 8a5d793

Browse files
dleicamJosé Postiga
authored and
José Postiga
committed
Resolved - A guest or an authenticated user can list questions (laravel-portugal#26) - minor replaces
1 parent 1b4bd09 commit 8a5d793

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

domains/Discussions/Tests/Feature/QuestionsIndexTest.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ public function it_search_by_author(): void
108108
'author' => $user->id,
109109
]))
110110
->seeJsonContains([
111-
'id' => $user->id,
111+
'email' => $user->email,
112112
])
113113
->seeJsonContains([
114114
'to' => 3,

0 commit comments

Comments
 (0)