From e303aeadd1de47ebd7265b99bcdb47e793ec620e Mon Sep 17 00:00:00 2001 From: Marcus Moore Date: Wed, 22 Mar 2023 11:56:54 -0700 Subject: [PATCH] Fix test name --- .../Notifications/AssetCheckoutSlackNotificationTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/Feature/Notifications/AssetCheckoutSlackNotificationTest.php b/tests/Feature/Notifications/AssetCheckoutSlackNotificationTest.php index 468d81678a..5ec8fe241f 100644 --- a/tests/Feature/Notifications/AssetCheckoutSlackNotificationTest.php +++ b/tests/Feature/Notifications/AssetCheckoutSlackNotificationTest.php @@ -110,7 +110,7 @@ class AssetCheckoutSlackNotificationTest extends TestCase ); } - public function testtestDoesNotSendNotificationViaSlackIfWebHookEndpointIsNotSetWhenCheckingOutAssetToLocation() + public function testDoesNotSendNotificationViaSlackIfWebHookEndpointIsNotSetWhenCheckingOutAssetToLocation() { Notification::fake();