Skip to content

Commit 6657a58

Browse files
dati18outdooracorn
andauthored
Update test function's name
Co-authored-by: Ollie <43674967+outdooracorn@users.noreply.github.com>
1 parent e5037b9 commit 6657a58

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/Jobs/SendEmptyWikiNotificationsJobTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ public function testEmptyWikiNotificationsSendNotification() {
5151
}
5252

5353
// empty wikis, that are almost old enough (29 days and 23 hrs)
54-
public function testEmptyWikiNotificationsNotSendNotification() {
54+
public function testEmptyWikiNotificationsNotificationNotSent() {
5555
$thresholdDaysAgo = Carbon::now()
5656
->subDays((config('wbstack.wiki_empty_notification_threshold') - 1))
5757
->subHours(23)

0 commit comments

Comments
 (0)