Skip to content

Commit 687ce70

Browse files
committed
wip
1 parent 8cf4cb3 commit 687ce70

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Feature/ForumTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@
9797
])
9898
->assertRedirect('/forum')
9999
->assertSessionHas('error', 'You can only post a maximum of 5 threads per day.');
100-
})->only();
100+
});
101101

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

0 commit comments

Comments
 (0)