From 8aed26aab112bcc6401b04a7aba61253de735d48 Mon Sep 17 00:00:00 2001 From: Marcus Moore Date: Wed, 13 Mar 2024 16:56:54 -0700 Subject: [PATCH] Remove unneeded test cases --- .../Webhooks/SlackNotificationsUponCheckinTest.php | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/tests/Feature/Notifications/Webhooks/SlackNotificationsUponCheckinTest.php b/tests/Feature/Notifications/Webhooks/SlackNotificationsUponCheckinTest.php index 2ccbb47e72..5397aae196 100644 --- a/tests/Feature/Notifications/Webhooks/SlackNotificationsUponCheckinTest.php +++ b/tests/Feature/Notifications/Webhooks/SlackNotificationsUponCheckinTest.php @@ -112,16 +112,6 @@ class SlackNotificationsUponCheckinTest extends TestCase Notification::assertNothingSent(); } - public function testConsumableCheckinSendSlackNotificationWhenSettingEnabled() - { - $this->markTestIncomplete(); - } - - public function testConsumableCheckinDoesNotSendSlackNotificationWhenSettingDisabled() - { - $this->markTestIncomplete(); - } - /** @dataProvider licenseCheckInTargets */ public function testLicenseCheckinSendsSlackNotificationWhenSettingEnabled($checkoutTarget) {