Skip to content

Commit 6070129

Browse files
author
Luis Güette
committed
Remove unnecessary configuration resolution in CommentReactionTest
1 parent 156e507 commit 6070129

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tests/Feature/CommentReactionTest.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -147,8 +147,6 @@
147147
'comment_id' => $comment->id,
148148
'reaction' => '👍',
149149
]);
150-
151-
Config::resolveAuthenticatedUserUsing(fn () => Auth::user());
152150
});
153151

154152
test('reaction display updates correctly via computed property', function () {

0 commit comments

Comments
 (0)