Remove unneeded test cases

This commit is contained in:
Marcus Moore 2024-03-13 16:56:54 -07:00
parent 01d5d4c2c8
commit 8aed26aab1
No known key found for this signature in database

View file

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