1
0
Fork 0
mirror of https://github.com/archtechx/tenancy.git synced 2026-02-05 20:34:03 +00:00

Fix comment

This commit is contained in:
lukinovec 2022-12-07 06:53:14 +01:00
parent 8522ea3b4b
commit 56d198c189

View file

@ -367,7 +367,7 @@ test('MailTenancyBootstrapper reverts the config and mailer credentials to defau
expect(config('mail.mailers.smtp.password'))->toBe($defaultPassword); 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); assertMailerTransportUsesPassword($defaultPassword);
}); });