Skip to content

Commit b70747c

Browse files
committed
Resolved - A guest or an authenticated user can list questions (laravel-portugal#26) - minor replaces
1 parent 5d2f639 commit b70747c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

domains/Discussions/Tests/Feature/QuestionsIndexTest.php

Lines changed: 1 addition & 1 deletion
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)