Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
driesvints committed Nov 1, 2024
1 parent 8cf4cb3 commit 687ce70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Feature/ForumTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@
])
->assertRedirect('/forum')
->assertSessionHas('error', 'You can only post a maximum of 5 threads per day.');
})->only();
});

test('users can edit a thread', function () {
$user = $this->createUser();
Expand Down

0 comments on commit 687ce70

Please sign in to comment.