From 56d198c189552bd4578b6857f42893d76f120caf Mon Sep 17 00:00:00 2001 From: lukinovec Date: Wed, 7 Dec 2022 06:53:14 +0100 Subject: [PATCH] Fix comment --- tests/BootstrapperTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/BootstrapperTest.php b/tests/BootstrapperTest.php index b02ee272..ef7f6b1f 100644 --- a/tests/BootstrapperTest.php +++ b/tests/BootstrapperTest.php @@ -367,7 +367,7 @@ test('MailTenancyBootstrapper reverts the config and mailer credentials to defau expect(config('mail.mailers.smtp.password'))->toBe($defaultPassword); - // Assert that the current mailer uses the default smtp_password + // Assert that the current mailer uses the default SMTP password assertMailerTransportUsesPassword($defaultPassword); });