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) {